Home
last modified time | relevance | path

Searched refs:given_component_count (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp220 uint32_t given_component_count = 0; in ValidateCompositeConstruct() local
231 ++given_component_count; in ValidateCompositeConstruct()
240 given_component_count += _.GetDimension(operand_type); in ValidateCompositeConstruct()
244 if (num_result_components != given_component_count) { in ValidateCompositeConstruct()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp220 uint32_t given_component_count = 0; in ValidateCompositeConstruct() local
231 ++given_component_count; in ValidateCompositeConstruct()
240 given_component_count += _.GetDimension(operand_type); in ValidateCompositeConstruct()
244 if (num_result_components != given_component_count) { in ValidateCompositeConstruct()