Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_vector_shuffle_instructions.cpp58 std::vector<opt::Instruction*> vector_instructions = in Apply() local
93 if (vector_instructions.empty()) { in Apply()
98 vector_instructions[GetFuzzerContext()->RandomIndex( in Apply()
99 vector_instructions)]; in Apply()
106 GetFuzzerContext()->RemoveAtRandomIndex(&vector_instructions); in Apply()
118 GetFuzzerContext()->RemoveAtRandomIndex(&vector_instructions); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_vector_shuffle_instructions.cpp58 std::vector<opt::Instruction*> vector_instructions = in Apply() local
93 if (vector_instructions.empty()) { in Apply()
98 vector_instructions[GetFuzzerContext()->RandomIndex( in Apply()
99 vector_instructions)]; in Apply()
106 GetFuzzerContext()->RemoveAtRandomIndex(&vector_instructions); in Apply()
118 GetFuzzerContext()->RemoveAtRandomIndex(&vector_instructions); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_add_vector_shuffle_instructions.cpp58 std::vector<opt::Instruction*> vector_instructions = in Apply() local
93 if (vector_instructions.empty()) { in Apply()
98 vector_instructions[GetFuzzerContext()->RandomIndex( in Apply()
99 vector_instructions)]; in Apply()
106 GetFuzzerContext()->RemoveAtRandomIndex(&vector_instructions); in Apply()
118 GetFuzzerContext()->RemoveAtRandomIndex(&vector_instructions); in Apply()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp217 AvailableInstructions vector_instructions( in TEST() local
225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST()
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST()
241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
/third_party/spirv-tools/test/fuzz/
Davailable_instructions_test.cpp217 AvailableInstructions vector_instructions( in TEST() local
225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST()
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST()
241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Davailable_instructions_test.cpp217 AvailableInstructions vector_instructions( in TEST() local
225 auto available = vector_instructions.GetAvailableBeforeInstruction(i4); in TEST()
233 auto available = vector_instructions.GetAvailableBeforeInstruction(i5); in TEST()
241 auto available = vector_instructions.GetAvailableBeforeInstruction(i6); in TEST()
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c143 } vector_instructions[0x20] = { variable
243 printf("%s", vector_instructions[alu->vector_opc].name); in disasm_alu()
256 if (vector_instructions[alu->vector_opc].num_srcs == 3) { in disasm_alu()
263 if (vector_instructions[alu->vector_opc].num_srcs > 1) { in disasm_alu()