Home
last modified time | relevance | path

Searched refs:command (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp371 CommandBuffer3d* command; in GetVSUniformOffset() local
372 command = (CommandBuffer3d*)&bufferAddress[offset]; in GetVSUniformOffset()
374 if ( command->size == 0 ) in GetVSUniformOffset()
377 if ( command->be ) in GetVSUniformOffset()
379 if ( command->addr == VS_UNIFORM_FLOAT_REG_INDEX ) in GetVSUniformOffset()
381 const_current_addr = command->data & 0xff; in GetVSUniformOffset()
383 const_f32_mode = (command->data & 0x80000000); in GetVSUniformOffset()
385 …else if ( (command->addr >= VS_UNIFORM_FLOAT_REG_VALUE_BEGIN) && (command->addr <= VS_UNIFORM_FLOA… in GetVSUniformOffset()
409 if (command->be) in GetVSUniformOffset()
411 if (command->seq) in GetVSUniformOffset()
[all …]