Searched refs:texel_type (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 163 bld->texel_type, TRUE, in lp_build_sample_texel_soa() 188 struct lp_type border_type = bld->texel_type; in lp_build_sample_texel_soa() 218 bld->texel_type, in lp_build_sample_texel_soa() 2235 struct lp_type vec4_type = bld->texel_type; in lp_build_clamp_border_color() 2735 bld->texel_type, TRUE, in lp_build_fetch_texel() 2774 lp_build_texel_type(struct lp_type texel_type, in lp_build_texel_type() argument 2783 texel_type = lp_type_int_vec(texel_type.width, texel_type.width * texel_type.length); in lp_build_texel_type() 2785 texel_type = lp_type_uint_vec(texel_type.width, texel_type.width * texel_type.length); in lp_build_texel_type() 2791 texel_type = lp_type_uint_vec(texel_type.width, texel_type.width * texel_type.length); in lp_build_texel_type() 2793 return texel_type; in lp_build_texel_type() [all …]
|
D | lp_bld_sample_aos.c | 402 fetch_type = lp_type_uint(bld->texel_type.width); in lp_build_sample_fetch_image_nearest() 409 bld->texel_type.length, in lp_build_sample_fetch_image_nearest() 660 fetch_type = lp_type_uint(bld->texel_type.width); in lp_build_sample_fetch_image_linear() 662 bld->texel_type.length, in lp_build_sample_fetch_image_linear() 1204 bld->texel_type, in lp_build_sample_aos()
|
D | lp_bld_sample.h | 413 struct lp_type texel_type; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 1631 const uint32_t texel_type = _.GetOperandTypeId(inst, 2); in ValidateImageWrite() local 1632 if (!_.IsIntScalarOrVectorType(texel_type) && in ValidateImageWrite() 1633 !_.IsFloatScalarOrVectorType(texel_type)) { in ValidateImageWrite() 1640 if (_.GetDimension(texel_type) != 4) { in ValidateImageWrite() 1647 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_image.cpp | 1654 const uint32_t texel_type = _.GetOperandTypeId(inst, 2); in ValidateImageWrite() local 1655 if (!_.IsIntScalarOrVectorType(texel_type) && in ValidateImageWrite() 1656 !_.IsFloatScalarOrVectorType(texel_type)) { in ValidateImageWrite() 1663 if (_.GetDimension(texel_type) != 4) { in ValidateImageWrite() 1670 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_image.cpp | 1644 const uint32_t texel_type = _.GetOperandTypeId(inst, 2); in ValidateImageWrite() local 1645 if (!_.IsIntScalarOrVectorType(texel_type) && in ValidateImageWrite() 1646 !_.IsFloatScalarOrVectorType(texel_type)) { in ValidateImageWrite() 1653 if (_.GetDimension(texel_type) != 4) { in ValidateImageWrite() 1660 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 537 struct lp_type texel_type = bld->type; in fs_fb_fetch() local 541 texel_type = lp_type_int_vec(bld->type.width, bld->type.width * bld->type.length); in fs_fb_fetch() 544 texel_type = lp_type_uint_vec(bld->type.width, bld->type.width * bld->type.length); in fs_fb_fetch() 548 texel_type, in fs_fb_fetch()
|