Searched refs:tex_type (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_format_table.h37 uint8_t tex_type; member in struct:v3d_format
H A Dv3d_formats.c89 return vf->tex_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_format_table.h37 uint8_t tex_type; member in struct:v3d_format
H A Dv3d_formats.c93 return vf->tex_type;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_picture.c72 GLenum *tex_type,
87 *tex_type = GL_UNSIGNED_BYTE;
95 *tex_type = GL_UNSIGNED_INT_8_8_8_8;
98 *tex_type = GL_UNSIGNED_BYTE;
114 *tex_type = GL_UNSIGNED_INT_8_8_8_8_REV;
117 *tex_type = GL_UNSIGNED_BYTE;
129 *tex_type = GL_UNSIGNED_INT_8_8_8_8_REV;
132 *tex_type = GL_UNSIGNED_BYTE;
143 *tex_type = GL_UNSIGNED_INT_2_10_10_10_REV;
153 *tex_type
68 glamor_get_tex_format_type_from_pictformat(ScreenPtr pScreen,PictFormatShort format,PictFormatShort * temp_format,GLenum * tex_format,GLenum * tex_type,GLenum * swizzle) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_image.c103 tex.texture_type = image_view->format->tex_type;
183 tex.texture_type = buffer_view->format->tex_type;
H A Dv3dv_formats.c85 assert(v3dv_X(device, tfu_supports_tex_format)(format->tex_type));
112 if (v3dv_format->tex_type == TEXTURE_DATA_FORMAT_NO &&
124 if (v3dv_format->tex_type != TEXTURE_DATA_FORMAT_NO &&
192 if (v3dv_format->tex_type != TEXTURE_DATA_FORMAT_NO) {
H A Dv3dv_meta_copy.c1070 if (!f->supported || f->tex_type == TEXTURE_DATA_FORMAT_NO)
1365 tfu.icfg |= format->tex_type << V3D_TFU_ICFG_TTYPE_SHIFT;
3066 enum glsl_base_type tex_type,
3072 glsl_sampler_type(dim, false, false, tex_type);
3088 tex->dest_type = nir_get_nir_type_for_glsl_base_type(tex_type);
3101 enum glsl_base_type tex_type,
3116 tex->dest_type = nir_get_nir_type_for_glsl_base_type(tex_type);
3129 enum glsl_base_type tex_type,
3134 glsl_sampler_type(GLSL_SAMPLER_DIM_MS, false, false, tex_type);
3140 const bool is_int = glsl_base_type_is_integer(tex_type);
3064 build_nir_tex_op_read(struct nir_builder * b,nir_ssa_def * tex_pos,enum glsl_base_type tex_type,enum glsl_sampler_dim dim) argument
3098 build_nir_tex_op_ms_fetch_sample(struct nir_builder * b,nir_variable * sampler,nir_ssa_def * tex_deref,enum glsl_base_type tex_type,nir_ssa_def * tex_pos,nir_ssa_def * sample_idx) argument
3127 build_nir_tex_op_ms_resolve(struct nir_builder * b,nir_ssa_def * tex_pos,enum glsl_base_type tex_type,VkSampleCountFlagBits src_samples) argument
3165 build_nir_tex_op_ms_read(struct nir_builder * b,nir_ssa_def * tex_pos,enum glsl_base_type tex_type) argument
3184 build_nir_tex_op(struct nir_builder * b,struct v3dv_device * device,nir_ssa_def * tex_pos,enum glsl_base_type tex_type,VkSampleCountFlagBits dst_samples,VkSampleCountFlagBits src_samples,enum glsl_sampler_dim dim) argument
[all...]
H A Dv3dv_private.h494 uint8_t tex_type; member in struct:v3dv_format
H A Dv3dvx_meta_common.c865 tfu.icfg |= format->tex_type << V3D_TFU_ICFG_TTYPE_SHIFT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_formats.c52 uint8_t tex_type; member in struct:vc4_format
157 return vf->tex_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_formats.c52 uint8_t tex_type; member in struct:vc4_format
157 return vf->tex_type;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c190 tex_type(unsigned target) function in typeref:enum:a3xx_tex_type
230 A3XX_TEX_CONST_0_TYPE(tex_type(prsc->target)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c127 tex_type(unsigned target) function in typeref:enum:a3xx_tex_type
166 A3XX_TEX_CONST_0_TYPE(tex_type(prsc->target)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c122 tex_type(unsigned target) function in typeref:enum:a4xx_tex_type
173 so->texconst0 = A4XX_TEX_CONST_0_TYPE(tex_type(cso->target)) |
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h143 glsl_base_type tex_type:6; member in class:glsl_to_tgsi_instruction
H A Dst_manager.c695 enum st_texture_type tex_type,
709 switch (tex_type) {
694 st_context_teximage(struct st_context_iface * stctxi,enum st_texture_type tex_type,int level,enum pipe_format pipe_format,struct pipe_resource * tex,boolean mipmap) argument
H A Dst_glsl_to_tgsi.cpp495 inst->tex_type = GLSL_TYPE_FLOAT;
4576 inst->tex_type = ir->type->base_type;
4740 v->sampler_types[idx] = inst->tex_type;
6223 st_translate_texture_type(inst->tex_type),
6649 ASSERT_BITFIELD_SIZE(glsl_to_tgsi_instruction, tex_type, GLSL_TYPE_ERROR);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_private.h143 glsl_base_type tex_type:6; member in class:glsl_to_tgsi_instruction
H A Dst_manager.c700 enum st_texture_type tex_type,
714 switch (tex_type) {
699 st_context_teximage(struct st_context_iface * stctxi,enum st_texture_type tex_type,int level,enum pipe_format pipe_format,struct pipe_resource * tex,bool mipmap) argument
H A Dst_glsl_to_tgsi.cpp574 inst->tex_type = GLSL_TYPE_FLOAT;
4710 inst->tex_type = ir->type->base_type;
4881 v->sampler_types[idx] = inst->tex_type;
6278 st_translate_texture_type(inst->tex_type),
6678 ASSERT_BITFIELD_SIZE(glsl_to_tgsi_instruction, tex_type, GLSL_TYPE_ERROR);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c191 tex_type(unsigned target) function in typeref:enum:a4xx_tex_type
244 A4XX_TEX_CONST_0_TYPE(tex_type(cso->target)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c495 enum tgsi_texture_type tex_type = local in function:ntt_setup_uniforms
502 tex_type,
2197 enum tgsi_return_type tex_type; local in function:ntt_emit_texture
2200 tex_type = TGSI_RETURN_TYPE_FLOAT;
2203 tex_type = TGSI_RETURN_TYPE_SINT;
2206 tex_type = TGSI_RETURN_TYPE_UINT;
2237 tex_type,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/bifrost/
H A Ddisassemble.c151 unsigned tex_type : 2; // 2D, 3D, Cube, Buffer member in struct:bifrost_tex_ctrl
1637 switch (ctrl.tex_type) {

Completed in 46 milliseconds