Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_loop_control.cpp132 uint32_t literal_index = 0; // Indexes into the literals from the original in Apply() local
145 kLoopControlFirstLiteralInOperandIndex + literal_index)}}); in Apply()
149 literal_index++; in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_set_loop_control.cpp132 uint32_t literal_index = 0; // Indexes into the literals from the original in Apply() local
145 kLoopControlFirstLiteralInOperandIndex + literal_index)}}); in Apply()
149 literal_index++; in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_set_loop_control.cpp134 uint32_t literal_index = 0; // Indexes into the literals from the original in Apply() local
147 kLoopControlFirstLiteralInOperandIndex + literal_index)}}); in Apply()
151 literal_index++; in Apply()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_geometry.cpp294 auto literal_index = nir_src_as_const_value(*array_deref.index); in emit_load_from_array() local
296 if (!literal_index) { in emit_load_from_array()
300 assert(literal_index->u32 < 6); in emit_load_from_array()
302 PValue addr = m_per_vertex_offsets[literal_index->u32]; in emit_load_from_array()
/external/skia/resources/sksl/runtime_errors/
DIllegalIndexing.rts4 void literal_index() { int a[2]; a[0] = 0; a[1] = a[0]; }
/external/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3694 uint32_t literal_index = in NearBranchAndLiteralFuzzHelper() local
3739 __ Ldr(r2, literals[literal_index]); in NearBranchAndLiteralFuzzHelper()
3740 __ Cmp(r2, static_cast<uint32_t>(literal_values[literal_index])); in NearBranchAndLiteralFuzzHelper()
3745 __ Ldrb(r2, literals[literal_index]); in NearBranchAndLiteralFuzzHelper()
3747 static_cast<uint32_t>(literal_values[literal_index]) & in NearBranchAndLiteralFuzzHelper()
3753 __ Ldrd(r2, r3, literals[literal_index]); in NearBranchAndLiteralFuzzHelper()
3754 __ Cmp(r2, static_cast<uint32_t>(literal_values[literal_index])); in NearBranchAndLiteralFuzzHelper()
3758 static_cast<uint32_t>(literal_values[literal_index] >> in NearBranchAndLiteralFuzzHelper()
3764 __ Vldr(s0, literals[literal_index]); in NearBranchAndLiteralFuzzHelper()
3765 __ Vmov(s1, static_cast<uint32_t>(literal_values[literal_index])); in NearBranchAndLiteralFuzzHelper()