| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_format_table.h | 37 uint8_t tex_type; member in struct:v3d_format
|
| H A D | v3d_formats.c | 89 return vf->tex_type;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_format_table.h | 37 uint8_t tex_type; member in struct:v3d_format
|
| H A D | v3d_formats.c | 93 return vf->tex_type;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_picture.c | 72 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 D | v3dvx_image.c | 103 tex.texture_type = image_view->format->tex_type; 183 tex.texture_type = buffer_view->format->tex_type;
|
| H A D | v3dv_formats.c | 85 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 D | v3dv_meta_copy.c | 1070 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 D | v3dv_private.h | 494 uint8_t tex_type; member in struct:v3dv_format
|
| H A D | v3dvx_meta_common.c | 865 tfu.icfg |= format->tex_type << V3D_TFU_ICFG_TTYPE_SHIFT;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_formats.c | 52 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 D | vc4_formats.c | 52 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 D | fd3_texture.c | 190 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 D | fd3_texture.c | 127 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 D | fd4_texture.c | 122 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 D | st_glsl_to_tgsi_private.h | 143 glsl_base_type tex_type:6; member in class:glsl_to_tgsi_instruction
|
| H A D | st_manager.c | 695 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 D | st_glsl_to_tgsi.cpp | 495 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 D | st_glsl_to_tgsi_private.h | 143 glsl_base_type tex_type:6; member in class:glsl_to_tgsi_instruction
|
| H A D | st_manager.c | 700 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 D | st_glsl_to_tgsi.cpp | 574 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 D | fd4_texture.c | 191 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 D | nir_to_tgsi.c | 495 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 D | disassemble.c | 151 unsigned tex_type : 2; // 2D, 3D, Cube, Buffer member in struct:bifrost_tex_ctrl 1637 switch (ctrl.tex_type) {
|