Searched refs:vector_components (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 90 // |vector_components| are the ids of the extracted components from |vector|. in Apply() 91 std::vector<uint32_t> vector_components; in Apply() local 101 vector_components.push_back(vector_component.result_id()); in Apply() 109 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply() 110 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply() 115 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply() 119 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 90 // |vector_components| are the ids of the extracted components from |vector|. in Apply() 91 std::vector<uint32_t> vector_components; in Apply() local 101 vector_components.push_back(vector_component.result_id()); in Apply() 109 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply() 110 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply() 115 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply() 119 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_expand_vector_reduction.cpp | 91 // |vector_components| are the ids of the extracted components from |vector|. in Apply() 92 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()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 1151 const unsigned vector_components = in vtn_handle_integer_dot() local 1154 for (unsigned i = 0; i < vector_components; i++) { in vtn_handle_integer_dot()
|
Completed in 3 milliseconds