/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_functions.cpp | 7073 ir_texture *tex = new(mem_ctx) ir_texture(ir_txs); in _textureSize() local 7096 ir_texture *tex = new(mem_ctx) ir_texture(ir_texture_samples); in _textureSamples() local 7142 ir_texture *tex = new(mem_ctx) ir_texture(opcode, flags & TEX_SPARSE); in _texture() local 7267 ir_texture *tex = new(mem_ctx) ir_texture(opcode, sparse); _textureCubeArrayShadow() local 7323 ir_texture *tex = new(mem_ctx) ir_texture(ir_txf, sparse); _texelFetch() local 7442 ir_texture *tex = new(mem_ctx) ir_texture(ir_lod); _textureQueryLod() local 7459 ir_texture *tex = new(mem_ctx) ir_texture(ir_query_levels); _textureQueryLevels() local 7477 ir_texture *tex = new(mem_ctx) ir_texture(ir_samples_identical); _textureSamplesIdentical() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 7092 struct r600_bytecode_tex tex; in tgsi_interp_egcm() local 7555 struct r600_bytecode_tex tex; tgsi_tex() local 9589 struct r600_bytecode_tex tex; tgsi_resq() local [all...] |
H A D | evergreen_state.c | 973 evergreen_create_sampler_view(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_sampler_view *state) evergreen_create_sampler_view() argument 1842 struct r600_texture *tex = NULL; evergreen_emit_framebuffer_state() local [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compiler.h | 254 struct brw_sampler_prog_key_data tex; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_state.c | 2259 struct iris_sampler_view *tex = shs->textures[i]; in iris_upload_sampler_states() local 2531 iris_create_sampler_view(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_sampler_view *tmpl) iris_create_sampler_view() argument 2650 iris_create_surface(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_surface *tmpl) iris_create_surface() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_dx.h | 1117 } tex; member 1178 } tex; member 1319 } tex; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES.cpp | 1837 Texture *tex = context->getTexture(texture); in ValidateFramebufferTextureBase() local
|
H A D | Context.cpp | 1279 Texture *tex = mState.mTextureManager->getTexture(texture); in bindImageTexture() local 2939 Texture *tex = mState.mTextureManager->getTexture(texture); in detachTexture() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 2505 TextureHelper11 tex; in copyImageInternal() local
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 4033 TIntermAggregate *tex = new TIntermAggregate(EOpTextureLod); in decomposeSampleMethods() local 4074 TIntermAggregate* tex = new TIntermAggregate(EOpTexture); in decomposeSampleMethods() local [all...] |
/third_party/libdrm/include/drm/ |
H A D | radeon_drm.h | 429 drm_radeon_texture_regs_t tex[RADEON_MAX_TEXTURE_UNITS]; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_pipe.h | 1668 vi_dcc_enabled(struct si_texture *tex, unsigned level) vi_dcc_enabled() argument 1673 si_tile_mode_index(struct si_texture *tex, unsigned level, bool stencil) si_tile_mode_index() argument 1839 si_can_sample_zs(struct si_texture *tex, bool stencil_sampler) si_can_sample_zs() argument 1844 si_htile_enabled(struct si_texture *tex, unsigned level, unsigned zs_mask) si_htile_enabled() argument 1864 vi_tc_compat_htile_enabled(struct si_texture *tex, unsigned level, unsigned zs_mask) vi_tc_compat_htile_enabled() argument [all...] |
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | nir_to_dxil.c | 3862 const struct dxil_value *tex; member [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2622 struct crocus_sampler_view *tex = shs->textures[i]; in crocus_upload_sampler_states() local 2442 crocus_upload_border_color(struct crocus_batch *batch, struct crocus_sampler_state *cso, struct crocus_sampler_view *tex, uint32_t *bc_offset) crocus_upload_border_color() argument 2670 crocus_create_sampler_view(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_sampler_view *tmpl) crocus_create_sampler_view() argument 2831 crocus_create_surface(struct pipe_context *ctx, struct pipe_resource *tex, const struct pipe_surface *tmpl) crocus_create_surface() argument [all...] |