Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/CommandCache/
Ddemo_CommandCache.cpp362 u32 const_f32_mode = 0; in GetVSUniformOffset() local
383 const_f32_mode = (command->data & 0x80000000); in GetVSUniformOffset()
397 … if (const_f32_mode ? (const_current_index == 4) : (const_current_index == 3)) in GetVSUniformOffset()
424const_f32_mode = (((i == 0) ? command->data : bufferAddress[offset + 4 + 4 * i]) & 0x80000000); in GetVSUniformOffset()
437 … if (const_f32_mode ? (const_current_index == 4) : (const_current_index == 3)) in GetVSUniformOffset()
457const_f32_mode = (bufferAddress[offset + 4 + 4 * command->size] & 0x80000000); in GetVSUniformOffset()
473 … if (const_f32_mode ? (const_current_index == 4) : (const_current_index == 3)) in GetVSUniformOffset()