Searched refs:vector_components (Results 1 – 4 of 4) sorted by relevance
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_expand_vector_reduction.cpp | 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()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_expand_vector_reduction.cpp | 92 std::vector<uint32_t> vector_components; in Apply() local 102 vector_components.push_back(vector_component.result_id()); in Apply() 110 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply() 111 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply() 116 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply() 120 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_expand_vector_reduction.cpp | 92 std::vector<uint32_t> vector_components; in Apply() local 102 vector_components.push_back(vector_component.result_id()); in Apply() 110 {{SPV_OPERAND_TYPE_ID, {vector_components[0]}}, in Apply() 111 {SPV_OPERAND_TYPE_ID, {vector_components[1]}}}); in Apply() 116 for (uint32_t i = 2; i < vector_components.size(); i++) { in Apply() 120 {{SPV_OPERAND_TYPE_ID, {vector_components[i]}}, in Apply()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx2a-adl-only-template-id.cpp | 69 namespace vector_components { namespace
|