Home
last modified time | relevance | path

Searched refs:texel_type (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c164 bld->texel_type, TRUE, in lp_build_sample_texel_soa()
189 struct lp_type border_type = bld->texel_type; in lp_build_sample_texel_soa()
219 bld->texel_type, in lp_build_sample_texel_soa()
2710 struct lp_type vec4_type = bld->texel_type; in lp_build_clamp_border_color()
3214 bld->texel_type, TRUE, in lp_build_fetch_texel()
3259 lp_build_texel_type(struct lp_type texel_type, in lp_build_texel_type() argument
3268 texel_type = lp_type_int_vec(texel_type.width, texel_type.width * texel_type.length); in lp_build_texel_type()
3270 texel_type = lp_type_uint_vec(texel_type.width, texel_type.width * texel_type.length); in lp_build_texel_type()
3276 texel_type = lp_type_uint_vec(texel_type.width, texel_type.width * texel_type.length); in lp_build_texel_type()
3278 return texel_type; in lp_build_texel_type()
[all …]
Dlp_bld_sample_aos.c402 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()
1200 bld->texel_type, in lp_build_sample_aos()
Dlp_bld_sample.h424 struct lp_type texel_type; member
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_image.cpp1664 const uint32_t texel_type = _.GetOperandTypeId(inst, 2); in ValidateImageWrite() local
1665 if (!_.IsIntScalarOrVectorType(texel_type) && in ValidateImageWrite()
1666 !_.IsFloatScalarOrVectorType(texel_type)) { in ValidateImageWrite()
1673 if (_.GetDimension(texel_type) != 4) { in ValidateImageWrite()
1680 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp1664 const uint32_t texel_type = _.GetOperandTypeId(inst, 2); in ValidateImageWrite() local
1665 if (!_.IsIntScalarOrVectorType(texel_type) && in ValidateImageWrite()
1666 !_.IsFloatScalarOrVectorType(texel_type)) { in ValidateImageWrite()
1673 if (_.GetDimension(texel_type) != 4) { in ValidateImageWrite()
1680 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
/third_party/spirv-tools/source/val/
Dvalidate_image.cpp1693 const uint32_t texel_type = _.GetOperandTypeId(inst, 2); in ValidateImageWrite() local
1694 if (!_.IsIntScalarOrVectorType(texel_type) && in ValidateImageWrite()
1695 !_.IsFloatScalarOrVectorType(texel_type)) { in ValidateImageWrite()
1701 const uint32_t texel_component_type = _.GetComponentType(texel_type); in ValidateImageWrite()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c595 struct lp_type texel_type = bld->type; in fs_fb_fetch() local
599 texel_type = lp_type_int_vec(bld->type.width, bld->type.width * bld->type.length); in fs_fb_fetch()
602 texel_type = lp_type_uint_vec(bld->type.width, bld->type.width * bld->type.length); in fs_fb_fetch()
605 texel_type = lp_type_uint_vec(bld->type.width, bld->type.width * bld->type.length); in fs_fb_fetch()
608 lp_build_fetch_rgba_soa(gallivm, out_format_desc, texel_type, in fs_fb_fetch()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp463 const glsl_type *texel_type = type->field_type("texel"); in adjust_sparse_variable() local
464 assert(texel_type); in adjust_sparse_variable()
473 var->type = glsl_type::get_instance(texel_type->get_base_type()->base_type, in adjust_sparse_variable()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp7916 auto &texel_type = expression_type(texel_id); in emit_instruction() local
7917 auto store_type = texel_type; in emit_instruction()
7927 remap_swizzle(store_type, texel_type.vecsize, to_expression(texel_id)), ", ", in emit_instruction()