HomeSort by: relevance | last modified time | path
    Searched refs:tex_type (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_format_table.h 37 uint8_t tex_type; member in struct:v3d_format
v3d_formats.c 93 return vf->tex_type;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_format_table.h 37 uint8_t tex_type; member in struct:v3d_format
v3d_formats.c 89 return vf->tex_type;
  /xsrc/external/mit/xorg-server/dist/glamor/
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 = GL_UNSIGNED_INT_2_10_10_10_REV
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_image.c 103 tex.texture_type = image_view->format->tex_type;
183 tex.texture_type = buffer_view->format->tex_type;
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) {
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);
    [all...]
v3dv_private.h 494 uint8_t tex_type; member in struct:v3dv_format
v3dvx_meta_common.c 865 tfu.icfg |= format->tex_type << V3D_TFU_ICFG_TTYPE_SHIFT;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
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/vc4/
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/freedreno/a3xx/
fd3_texture.c 127 tex_type(unsigned target) function
166 A3XX_TEX_CONST_0_TYPE(tex_type(prsc->target)) |
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 122 tex_type(unsigned target) function
173 so->texconst0 = A4XX_TEX_CONST_0_TYPE(tex_type(cso->target)) |
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
fd3_texture.c 190 tex_type(unsigned target) function
230 A3XX_TEX_CONST_0_TYPE(tex_type(prsc->target)) |
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi_private.h 143 glsl_base_type tex_type:6;
st_manager.c 700 enum st_texture_type tex_type,
714 switch (tex_type) {
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/mesa/state_tracker/
st_glsl_to_tgsi_private.h 143 glsl_base_type tex_type:6;
st_manager.c 695 enum st_texture_type tex_type,
709 switch (tex_type) {
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.old/dist/src/gallium/drivers/freedreno/a4xx/
fd4_texture.c 191 tex_type(unsigned target) function
244 A4XX_TEX_CONST_0_TYPE(tex_type(cso->target)) |
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
nir_to_tgsi.c 495 enum tgsi_texture_type tex_type = local
502 tex_type,
2197 enum tgsi_return_type tex_type; local
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/
disassemble.c 151 unsigned tex_type : 2; // 2D, 3D, Cube, Buffer member in struct:bifrost_tex_ctrl
1637 switch (ctrl.tex_type) {

Completed in 39 milliseconds