Home
last modified time | relevance | path

Searched refs:TEX_OFFSET (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp858 #define TEX_OFFSET 2 macro
1993 …r_tex, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type, TEX_OFFSET), in create_builtins()
1994 …r_tex, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type, TEX_OFFSET), in create_builtins()
1995 …r_tex, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type, TEX_OFFSET), in create_builtins()
1997 …ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type, TEX_OFFSET), in create_builtins()
1998 …ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type, TEX_OFFSET), in create_builtins()
1999 …ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type, TEX_OFFSET), in create_builtins()
2001 …ir_tex, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type, TEX_OFFSET), in create_builtins()
2002 …ir_tex, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type, TEX_OFFSET), in create_builtins()
2003 …ir_tex, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type, TEX_OFFSET), in create_builtins()
[all …]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv10_state_tex.c230 BEGIN_NV04(push, NV10_3D(TEX_OFFSET(i)), 1); in nv10_emit_tex_obj()
231 PUSH_MTHDl(push, NV10_3D(TEX_OFFSET(i)), BUFCTX_TEX(i), in nv10_emit_tex_obj()
Dnv20_state_tex.c276 BEGIN_NV04(push, NV20_3D(TEX_OFFSET(i)), 1); in nv20_emit_tex_obj()
277 PUSH_MTHDl(push, NV20_3D(TEX_OFFSET(i)), BUFCTX_TEX(i), in nv20_emit_tex_obj()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragtex.c126 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(unit)), 8); in nv30_fragtex_validate()
127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit), in nv30_fragtex_validate()
Dnv30_transfer.c307 BEGIN_NV04(push, NV30_3D(TEX_OFFSET(0)), 8); in nv30_transfer_rect_blit()