Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidation_state.cpp579 uint32_t ValidationState_t::GetComponentType(uint32_t id) const { in GetComponentType() function in spvtools::val::ValidationState_t
593 return GetComponentType(inst->word(2)); in GetComponentType()
599 if (inst->type_id()) return GetComponentType(inst->type_id()); in GetComponentType()
630 const uint32_t component_type_id = GetComponentType(id); in GetBitWidth()
654 return IsFloatScalarType(GetComponentType(id)); in IsFloatVectorType()
669 return IsFloatScalarType(GetComponentType(id)); in IsFloatScalarOrVectorType()
686 return IsIntScalarType(GetComponentType(id)); in IsIntVectorType()
701 return IsIntScalarType(GetComponentType(id)); in IsIntScalarOrVectorType()
718 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
735 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
[all …]
Dvalidate_arithmetics.cpp136 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass()
167 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass()
190 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass()
210 const uint32_t res_component_type = _.GetComponentType(result_type); in ArithmeticsPass()
217 if (res_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
282 if (matrix_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
385 if (res_component_type != _.GetComponentType(right_type_id)) in ArithmeticsPass()
Dvalidate_composites.cpp147 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic()
176 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
198 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateCompositeConstruct()
213 _.GetComponentType(operand_type) != result_component_type) { in ValidateCompositeConstruct()
Dvalidate_extensions.cpp603 if (result_type != _.GetComponentType(x_type)) { in ValidateExtInst()
626 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
640 if (result_type != _.GetComponentType(p1_type)) { in ValidateExtInst()
1351 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1389 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst()
1557 if (_.GetComponentType(result_type) != p_data_type) { in ValidateExtInst()
1627 if (_.GetComponentType(data_type) != p_data_type) { in ValidateExtInst()
1892 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateExtInst()
1894 if (result_component_type != _.GetComponentType(x_type)) { in ValidateExtInst()
Dvalidate_image.cpp979 _.GetComponentType(actual_result_type); in ValidateImageLod()
1126 _.GetComponentType(actual_result_type); in ValidateImageFetch()
1202 _.GetComponentType(actual_result_type); in ValidateImageGather()
1307 _.GetComponentType(actual_result_type); in ValidateImageRead()
1400 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
Dvalidation_state.h482 uint32_t GetComponentType(uint32_t id) const;
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp596 uint32_t ValidationState_t::GetComponentType(uint32_t id) const { in GetComponentType() function in spvtools::val::ValidationState_t
610 return GetComponentType(inst->word(2)); in GetComponentType()
616 if (inst->type_id()) return GetComponentType(inst->type_id()); in GetComponentType()
647 const uint32_t component_type_id = GetComponentType(id); in GetBitWidth()
671 return IsFloatScalarType(GetComponentType(id)); in IsFloatVectorType()
686 return IsFloatScalarType(GetComponentType(id)); in IsFloatScalarOrVectorType()
703 return IsIntScalarType(GetComponentType(id)); in IsIntVectorType()
718 return IsIntScalarType(GetComponentType(id)); in IsIntScalarOrVectorType()
735 return IsUnsignedIntScalarType(GetComponentType(id)); in IsUnsignedIntVectorType()
752 return IsSignedIntScalarType(GetComponentType(id)); in IsSignedIntVectorType()
[all …]
Dvalidate_arithmetics.cpp136 const uint32_t component_type = _.GetComponentType(type_id); in ArithmeticsPass()
167 const uint32_t component_type = _.GetComponentType(vector_type_id); in ArithmeticsPass()
190 const uint32_t component_type = _.GetComponentType(matrix_type_id); in ArithmeticsPass()
210 const uint32_t res_component_type = _.GetComponentType(result_type); in ArithmeticsPass()
217 if (res_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
282 if (matrix_component_type != _.GetComponentType(vector_type_id)) in ArithmeticsPass()
385 if (res_component_type != _.GetComponentType(right_type_id)) in ArithmeticsPass()
Dvalidate_composites.cpp147 if (_.GetComponentType(vector_type) != result_type) { in ValidateVectorExtractDynamic()
176 if (_.GetComponentType(result_type) != component_type) { in ValidateVectorInsertDyanmic()
198 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateCompositeConstruct()
213 _.GetComponentType(operand_type) != result_component_type) { in ValidateCompositeConstruct()
Dvalidate_extensions.cpp603 if (result_type != _.GetComponentType(x_type)) { in ValidateExtInst()
626 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
640 if (result_type != _.GetComponentType(p1_type)) { in ValidateExtInst()
1351 if (result_type != _.GetComponentType(p0_type)) { in ValidateExtInst()
1389 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst()
1557 if (_.GetComponentType(result_type) != p_data_type) { in ValidateExtInst()
1627 if (_.GetComponentType(data_type) != p_data_type) { in ValidateExtInst()
1892 const uint32_t result_component_type = _.GetComponentType(result_type); in ValidateExtInst()
1894 if (result_component_type != _.GetComponentType(x_type)) { in ValidateExtInst()
Dvalidate_image.cpp979 _.GetComponentType(actual_result_type); in ValidateImageLod()
1126 _.GetComponentType(actual_result_type); in ValidateImageFetch()
1202 _.GetComponentType(actual_result_type); in ValidateImageGather()
1307 _.GetComponentType(actual_result_type); in ValidateImageRead()
1400 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
Dvalidation_state.h498 uint32_t GetComponentType(uint32_t id) const;
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h77 GLenum GetComponentType(GLint internalformat, GLenum attachment);
Dutilities.cpp1946 GLenum GetComponentType(GLint internalformat, GLenum attachment) in GetComponentType() function
DContext.cpp4155 GLenum readComponentType = GetComponentType(readFormat, GL_COLOR_ATTACHMENT0); in blitFramebuffer()
4156 GLenum drawComponentType = GetComponentType(drawFormat, GL_COLOR_ATTACHMENT0); in blitFramebuffer()
DlibGLESv2.cpp2787 *params = GetComponentType(renderbuffer->getFormat(), attachment); in GetFramebufferAttachmentParameteriv()