Home
last modified time | relevance | path

Searched defs:tex (Results 401 - 414 of 414) sorted by relevance

1...<<11121314151617

/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp7073 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 Dr600_shader.c7092 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 Devergreen_state.c973 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 Dbrw_compiler.h254 struct brw_sampler_prog_key_data tex; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2259 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 Dsvga3d_dx.h1117 } tex; member
1178 } tex; member
1319 } tex; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES.cpp1837 Texture *tex = context->getTexture(texture); in ValidateFramebufferTextureBase() local
H A DContext.cpp1279 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 DRenderer11.cpp2505 TextureHelper11 tex; in copyImageInternal() local
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp4033 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 Dradeon_drm.h429 drm_radeon_texture_regs_t tex[RADEON_MAX_TEXTURE_UNITS]; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1668 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 Dnir_to_dxil.c3862 const struct dxil_value *tex; member
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2622 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...]

Completed in 121 milliseconds

1...<<11121314151617