Home
last modified time | relevance | path

Searched refs:GetComponentType (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp146 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass()
177 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass()
201 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass()
221 const uint32_t res_component_type = _.GetComponentType(result_type); in ArithmeticsPass()
228 if (res_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
293 if (matrix_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
396 if (res_component_type != _.GetComponentType(right_type_id)) in ArithmeticsPass()
Dvalidation_state.cpp804 uint32_t ValidationState_t::GetComponentType(uint32_t id) const { in GetComponentType() function in spvtools::val::ValidationState_t
818 return GetComponentType(inst->word(2)); in GetComponentType()
827 if (inst->type_id()) return GetComponentType(inst->type_id()); in GetComponentType()
862 const uint32_t component_type_id = GetComponentType(id); in GetBitWidth()
892 return IsFloatScalarType(GetComponentType(id)); in IsFloatVectorType()
909 return IsFloatScalarType(GetComponentType(id)); in IsFloatScalarOrVectorType()
927 return IsIntScalarType(GetComponentType(id)); in IsIntVectorType()
944 return IsIntScalarType(GetComponentType(id)); in IsIntScalarOrVectorType()
962 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
980 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
[all …]
Dvalidate_composites.cpp156 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic()
191 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
219 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateCompositeConstruct()
234 _.GetComponentType(operand_type) != result_component_type) { in ValidateCompositeConstruct()
Dvalidate_extensions.cpp1310 if (result_type != _.GetComponentType(x_type)) { in ValidateExtInst()
1333 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1347 if (result_type != _.GetComponentType(p1_type)) { in ValidateExtInst()
2067 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
2105 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst()
2276 if (_.GetComponentType(result_type) != p_data_type) { in ValidateExtInst()
2350 if (_.GetComponentType(data_type) != p_data_type) { in ValidateExtInst()
2615 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateExtInst()
2617 if (result_component_type != _.GetComponentType(x_type)) { in ValidateExtInst()
Dvalidate_image.cpp1221 _.GetComponentType(actual_result_type); in ValidateImageLod()
1395 _.GetComponentType(actual_result_type); in ValidateImageFetch()
1476 _.GetComponentType(actual_result_type); in ValidateImageGather()
1616 _.GetComponentType(actual_result_type); in ValidateImageRead()
1701 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
Dvalidation_state.h564 uint32_t GetComponentType(uint32_t id) const;
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp148 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass()
179 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass()
203 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass()
223 const uint32_t res_component_type = _.GetComponentType(result_type); in ArithmeticsPass()
230 if (res_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
295 if (matrix_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
398 if (res_component_type != _.GetComponentType(right_type_id)) in ArithmeticsPass()
Dvalidation_state.cpp845 uint32_t ValidationState_t::GetComponentType(uint32_t id) const { in GetComponentType() function in spvtools::val::ValidationState_t
859 return GetComponentType(inst->word(2)); in GetComponentType()
868 if (inst->type_id()) return GetComponentType(inst->type_id()); in GetComponentType()
903 const uint32_t component_type_id = GetComponentType(id); in GetBitWidth()
934 return IsFloatScalarType(GetComponentType(id)); in IsFloatVectorType()
951 return IsFloatScalarType(GetComponentType(id)); in IsFloatScalarOrVectorType()
969 return IsIntScalarType(GetComponentType(id)); in IsIntVectorType()
986 return IsIntScalarType(GetComponentType(id)); in IsIntScalarOrVectorType()
1004 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
1022 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
[all …]
Dvalidate_composites.cpp157 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic()
192 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
220 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateCompositeConstruct()
235 _.GetComponentType(operand_type) != result_component_type) { in ValidateCompositeConstruct()
Dvalidate_extensions.cpp1614 if (result_type != _.GetComponentType(x_type)) { in ValidateExtInst()
1637 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1651 if (result_type != _.GetComponentType(p1_type)) { in ValidateExtInst()
2371 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
2409 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst()
2580 if (_.GetComponentType(result_type) != p_data_type) { in ValidateExtInst()
2654 if (_.GetComponentType(data_type) != p_data_type) { in ValidateExtInst()
2919 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateExtInst()
2921 if (result_component_type != _.GetComponentType(x_type)) { in ValidateExtInst()
Dvalidate_image.cpp1232 _.GetComponentType(actual_result_type); in ValidateImageLod()
1406 _.GetComponentType(actual_result_type); in ValidateImageFetch()
1488 _.GetComponentType(actual_result_type); in ValidateImageGather()
1629 _.GetComponentType(actual_result_type); in ValidateImageRead()
1715 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
Dvalidation_state.h565 uint32_t GetComponentType(uint32_t id) const;
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_arithmetics.cpp193 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass()
224 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass()
248 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass()
268 const uint32_t res_component_type = _.GetComponentType(result_type); in ArithmeticsPass()
275 if (res_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
340 if (matrix_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
443 if (res_component_type != _.GetComponentType(right_type_id)) in ArithmeticsPass()
Dvalidation_state.cpp848 uint32_t ValidationState_t::GetComponentType(uint32_t id) const { in GetComponentType() function in spvtools::val::ValidationState_t
862 return GetComponentType(inst->word(2)); in GetComponentType()
872 if (inst->type_id()) return GetComponentType(inst->type_id()); in GetComponentType()
908 const uint32_t component_type_id = GetComponentType(id); in GetBitWidth()
939 return IsFloatScalarType(GetComponentType(id)); in IsFloatVectorType()
956 return IsFloatScalarType(GetComponentType(id)); in IsFloatScalarOrVectorType()
974 return IsIntScalarType(GetComponentType(id)); in IsIntVectorType()
991 return IsIntScalarType(GetComponentType(id)); in IsIntScalarOrVectorType()
1009 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
1026 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntScalarOrVectorType()
[all …]
Dvalidate_composites.cpp156 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic()
191 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
219 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateCompositeConstruct()
234 _.GetComponentType(operand_type) != result_component_type) { in ValidateCompositeConstruct()
Dvalidate_extensions.cpp1610 if (result_type != _.GetComponentType(x_type)) { in ValidateExtInst()
1633 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1647 if (result_type != _.GetComponentType(p1_type)) { in ValidateExtInst()
2367 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
2405 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst()
2576 if (_.GetComponentType(result_type) != p_data_type) { in ValidateExtInst()
2650 if (_.GetComponentType(data_type) != p_data_type) { in ValidateExtInst()
2915 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateExtInst()
2917 if (result_component_type != _.GetComponentType(x_type)) { in ValidateExtInst()
Dvalidate_image.cpp1262 _.GetComponentType(actual_result_type); in ValidateImageLod()
1436 _.GetComponentType(actual_result_type); in ValidateImageFetch()
1518 _.GetComponentType(actual_result_type); in ValidateImageGather()
1665 _.GetComponentType(actual_result_type); in ValidateImageRead()
1756 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
Dvalidation_state.h565 uint32_t GetComponentType(uint32_t id) const;
/external/angle/src/libANGLE/renderer/
Ddxgi_format_map.h18 GLenum GetComponentType(DXGI_FORMAT dxgiFormat);
Ddxgi_format_map_autogen.cpp21 GLenum GetComponentType(DXGI_FORMAT dxgiFormat) in GetComponentType() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dliveness.cpp126 const analysis::Type* LivenessManager::GetComponentType( in GetComponentType() function in spvtools::opt::analysis::LivenessManager
219 *curr_type = GetComponentType(index, *curr_type); in AnalyzeAccessChainLoc()
227 *curr_type = GetComponentType(index, *curr_type); in AnalyzeAccessChainLoc()
Dliveness.h72 const analysis::Type* GetComponentType(uint32_t index,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dliveness.cpp126 const analysis::Type* LivenessManager::GetComponentType( in GetComponentType() function in spvtools::opt::analysis::LivenessManager
219 *curr_type = GetComponentType(index, *curr_type); in AnalyzeAccessChainLoc()
227 *curr_type = GetComponentType(index, *curr_type); in AnalyzeAccessChainLoc()
Dliveness.h72 const analysis::Type* GetComponentType(uint32_t index,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp807 GLenum componentType = d3d11::GetComponentType(sourceSRVDesc.Format); in swizzleTexture()
937 GLenum componentType = d3d11::GetComponentType(sourceSRVDesc.Format); in copyTexture()
945 GLenum destComponentType = d3d11::GetComponentType(destRTVDesc.Format); in copyTexture()

12