Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_expand_vector_reduction.cpp92 std::vector<uint32_t> vector_components; in Apply() local
103 vector_components.push_back(vector_component.result_id()); in Apply()
112 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply()
113 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply()
118 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply()
122 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_expand_vector_reduction.cpp92 std::vector<uint32_t> vector_components; in Apply() local
103 vector_components.push_back(vector_component.result_id()); in Apply()
112 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply()
113 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply()
118 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply()
122 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_expand_vector_reduction.cpp92 std::vector<uint32_t> vector_components; in Apply() local
103 vector_components.push_back(vector_component.result_id()); in Apply()
112 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply()
113 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply()
118 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply()
122 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c1213 const unsigned vector_components = in vtn_handle_integer_dot() local
1216 for (unsigned i = 0; i < vector_components; i++) { in vtn_handle_integer_dot()