/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_sampler.c | 134 const struct gl_texture_object *texobj; in convert_sampler() local 139 texobj = ctx->Texture.Unit[texUnit]._Current; in convert_sampler() 140 if (!texobj) { in convert_sampler() 141 texobj = _mesa_get_fallback_texture(ctx, TEXTURE_2D_INDEX); in convert_sampler() 142 msamp = &texobj->Sampler; in convert_sampler() 147 texBaseFormat = _mesa_texture_base_format(texobj); in convert_sampler() 158 if (texobj->Target != GL_TEXTURE_RECTANGLE_ARB) in convert_sampler() 186 const struct st_texture_object *stobj = st_texture_object_const(texobj); in convert_sampler() 187 const GLboolean is_integer = texobj->_IsIntegerFormat; in convert_sampler() 229 (texBaseFormat == GL_DEPTH_STENCIL && !texobj->StencilSampling)) && in convert_sampler()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_tex.c | 67 struct gl_texture_object *texobj = image->TexObject; in intel_alloc_texture_image_buffer() local 68 struct intel_texture_object *intel_texobj = intel_texture_object(texobj); in intel_alloc_texture_image_buffer() 92 __func__, texobj, image->Level, in intel_alloc_texture_image_buffer() 107 __func__, texobj, image->Level, in intel_alloc_texture_image_buffer() 124 struct gl_texture_object *texobj, in intel_alloc_texture_storage() argument 129 struct intel_texture_object *intel_texobj = intel_texture_object(texobj); in intel_alloc_texture_storage() 130 struct gl_texture_image *first_image = texobj->Image[0][0]; in intel_alloc_texture_storage() 133 const int numFaces = _mesa_num_tex_faces(texobj->Target); in intel_alloc_texture_storage() 146 intel_texobj->mt = intel_miptree_create(brw, texobj->Target, in intel_alloc_texture_storage() 160 struct gl_texture_image *image = texobj->Image[face][level]; in intel_alloc_texture_storage()
|
D | intel_tex_image.c | 184 struct gl_texture_object *texobj = image->TexObject; in intel_set_texture_image_mt() local 185 struct intel_texture_object *intel_texobj = intel_texture_object(texobj); in intel_set_texture_image_mt() 363 struct gl_texture_object *texobj = image->TexObject; in intel_bind_renderbuffer_tex_image() local 364 struct intel_texture_object *intel_texobj = intel_texture_object(texobj); in intel_bind_renderbuffer_tex_image() 374 _mesa_lock_texture(ctx, texobj); in intel_bind_renderbuffer_tex_image() 386 _mesa_unlock_texture(ctx, texobj); in intel_bind_renderbuffer_tex_image()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tex.c | 65 struct gl_texture_object *texobj = image->TexObject; in intel_alloc_texture_image_buffer() local 66 struct intel_texture_object *intel_texobj = intel_texture_object(texobj); in intel_alloc_texture_image_buffer() 83 __func__, texobj, image->Level, in intel_alloc_texture_image_buffer() 98 __func__, texobj, image->Level, in intel_alloc_texture_image_buffer()
|
D | intel_tex_image.c | 231 struct gl_texture_object *texobj = image->TexObject; in intel_set_texture_image_region() local 232 struct intel_texture_object *intel_texobj = intel_texture_object(texobj); in intel_set_texture_image_region()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_texstate.c | 714 radeonTexObjPtr texobj ) in import_tex_obj_state() argument 723 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK; in import_tex_obj_state() 725 cmd[TEX_PP_TXFORMAT] |= texobj->pp_txformat & TEXOBJ_TXFORMAT_MASK; in import_tex_obj_state() 726 cmd[TEX_PP_BORDER_COLOR] = texobj->pp_border_color; in import_tex_obj_state() 728 if (texobj->pp_txformat & RADEON_TXFORMAT_NON_POWER2) { in import_tex_obj_state() 730 txr_cmd[TXR_PP_TEX_SIZE] = texobj->pp_txsize; /* NPOT only! */ in import_tex_obj_state() 731 txr_cmd[TXR_PP_TEX_PITCH] = texobj->pp_txpitch; /* NPOT only! */ in import_tex_obj_state() 735 if (texobj->base.Target == GL_TEXTURE_RECTANGLE_NV) { in import_tex_obj_state() 741 if (texobj->base.Target == GL_TEXTURE_CUBE_MAP) { in import_tex_obj_state() 745 cube_cmd[CUBE_PP_CUBIC_FACES] = texobj->pp_cubic_faces; in import_tex_obj_state() [all …]
|
D | radeon_tex.c | 365 if ( t == rmesa->state.texture.unit[i].texobj ) { in radeonDeleteTexture() 366 rmesa->state.texture.unit[i].texobj = NULL; in radeonDeleteTexture()
|
D | radeon_texture.c | 108 struct gl_texture_object *texobj = timage->TexObject; in radeonAllocTextureImageBuffer() local 115 teximage_assign_miptree(rmesa, texobj, timage); in radeonAllocTextureImageBuffer()
|
D | radeon_context.h | 73 radeonTexObjPtr texobj; member
|
D | radeon_state_init.c | 424 radeonTexObj *t = r100->state.texture.unit[i].texobj; in cube_emit_cs() 461 radeonTexObj *t = r100->state.texture.unit[i].texobj; in tex_emit_cs()
|
D | radeon_state.c | 1972 t = rmesa->state.texture.unit[i].texobj; in r100ValidateBuffers()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_texstate.c | 977 radeonTexObjPtr texobj ) in import_tex_obj_state() argument 985 cmd[TEX_PP_TXFILTER] |= texobj->pp_txfilter & TEXOBJ_TXFILTER_MASK; in import_tex_obj_state() 987 cmd[TEX_PP_TXFORMAT] |= texobj->pp_txformat & TEXOBJ_TXFORMAT_MASK; in import_tex_obj_state() 989 cmd[TEX_PP_TXFORMAT_X] |= texobj->pp_txformat_x & TEXOBJ_TXFORMAT_X_MASK; in import_tex_obj_state() 990 cmd[TEX_PP_TXSIZE] = texobj->pp_txsize; /* NPOT only! */ in import_tex_obj_state() 991 cmd[TEX_PP_TXPITCH] = texobj->pp_txpitch; /* NPOT only! */ in import_tex_obj_state() 992 cmd[TEX_PP_BORDER_COLOR] = texobj->pp_border_color; in import_tex_obj_state() 994 if (texobj->base.Target == GL_TEXTURE_CUBE_MAP) { in import_tex_obj_state() 998 cube_cmd[CUBE_PP_CUBIC_FACES] = texobj->pp_cubic_faces; in import_tex_obj_state() 1001 cmd[TEX_PP_CUBIC_FACES] = texobj->pp_cubic_faces; in import_tex_obj_state() [all …]
|
D | r200_tex.c | 422 if ( t == rmesa->state.texture.unit[i].texobj ) { in r200DeleteTexture() 423 rmesa->state.texture.unit[i].texobj = NULL; in r200DeleteTexture()
|
D | radeon_texture.c | 108 struct gl_texture_object *texobj = timage->TexObject; in radeonAllocTextureImageBuffer() local 115 teximage_assign_miptree(rmesa, texobj, timage); in radeonAllocTextureImageBuffer()
|
D | r200_context.h | 79 radeonTexObjPtr texobj; member
|
D | r200_state_init.c | 531 radeonTexObj *t = r200->state.texture.unit[i].texobj; in get_tex_mm_size() 570 radeonTexObj *t = r200->state.texture.unit[i].texobj; in tex_emit_mm() 599 radeonTexObj *t = r200->state.texture.unit[i].texobj; in cube_emit_cs()
|
/external/mesa3d/doxygen/ |
D | core_subset.doxy | 99 texobj.[ch] \
|
/external/mesa3d/src/mesa/ |
D | Makefile.sources | 225 main/texobj.c \ 226 main/texobj.h \
|
/external/mesa3d/include/CL/ |
D | cl.hpp | 2026 GLuint texobj, in Image2DGL() argument 2035 texobj, in Image2DGL() 2110 GLuint texobj, in Image3DGL() argument 2119 texobj, in Image3DGL()
|
/external/mesa3d/docs/ |
D | VERSIONS | 271 - demos/texobj demo of texture objects
|