/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute.c | 1047 struct si_texture *tex = (struct si_texture *) in si_launch_grid() local
|
H A D | si_clear.c | 107 static bool si_alloc_separate_cmask(struct si_screen *sscreen, struct si_texture *tex) in si_alloc_separate_cmask() argument 133 si_set_clear_color(struct si_texture *tex, enum pipe_format surface_format, const union pipe_color_union *color) si_set_clear_color() argument 420 vi_dcc_get_clear_info(struct si_context *sctx, struct si_texture *tex, unsigned level, unsigned clear_value, struct si_clear_info *out) vi_dcc_get_clear_info() argument 494 si_set_optimal_micro_tile_mode(struct si_screen *sscreen, struct si_texture *tex) si_set_optimal_micro_tile_mode() argument 597 si_get_htile_clear_value(struct si_texture *tex, float depth) si_get_htile_clear_value() argument 687 struct si_texture *tex = (struct si_texture *)fb->cbufs[i]->texture; si_fast_clear() local 1131 struct si_texture *tex = (struct si_texture *)fb->cbufs[i]->texture; si_clear() local 1304 si_clear_texture(struct pipe_context *pipe, struct pipe_resource *tex, unsigned level, const struct pipe_box *box, const void *data) si_clear_texture() argument [all...] |
H A D | si_compute_blit.c | 55 struct si_texture *tex = (struct si_texture *)texture; in si_use_compute_copy_for_float_formats() local 777 si_retile_dcc(struct si_context *sctx, struct si_texture *tex) si_retile_dcc() argument 826 struct si_texture *tex = (struct si_texture*)res; gfx9_clear_dcc_msaa() local 874 si_compute_expand_fmask(struct pipe_context *ctx, struct pipe_resource *tex) si_compute_expand_fmask() argument [all...] |
H A D | si_debug.c | 584 struct si_texture *tex; in si_dump_framebuffer() local
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 841 v3d_setup_texture_shader_state_from_buffer(struct V3DX(TEXTURE_SHADER_STATE) *tex, in v3d_setup_texture_shader_state_from_buffer() argument 869 v3d_setup_texture_shader_state(struct V3DX(TEXTURE_SHADER_STATE) *tex, struct pipe_resource *prsc, int base_level, int last_level, int first_layer, int last_layer) v3d_setup_texture_shader_state() argument [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_apply_pipeline_layout.c | 167 nir_tex_instr *tex = nir_instr_as_tex(instr); in get_used_bindings() local 1110 lower_tex_deref(nir_builder *b, nir_tex_instr *tex, in lower_tex_deref() argument 112 add_tex_src_binding(struct apply_pipeline_layout_state *state, nir_tex_instr *tex, nir_tex_src_type deref_src_type) add_tex_src_binding() argument 1210 tex_instr_get_and_remove_plane_src(nir_tex_instr *tex) tex_instr_get_and_remove_plane_src() argument 1238 lower_gfx7_tex_swizzle(nir_builder *b, nir_tex_instr *tex, unsigned plane, struct apply_pipeline_layout_state *state) lower_gfx7_tex_swizzle() argument 1305 lower_tex(nir_builder *b, nir_tex_instr *tex, struct apply_pipeline_layout_state *state) lower_tex() argument [all...] |
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.c | 230 nir_tex_instr *tex = nir_instr_as_tex(src->parent_instr); in clc_lower_input_image_deref() local 341 nir_tex_instr *tex = nir_instr_as_tex(instr); in clc_lower_nonnormalized_samplers() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | texobj.c | 533 valid_texture_object(const struct gl_texture_object *tex) in valid_texture_object() argument 569 _mesa_reference_texobj_(struct gl_texture_object **ptr, struct gl_texture_object *tex) _mesa_reference_texobj_() argument 932 _mesa_get_fallback_texture(struct gl_context *ctx, gl_texture_index tex) _mesa_get_fallback_texture() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_manager.c | 831 st_context_teximage(struct st_context_iface *stctxi, enum st_texture_type tex_type, int level, enum pipe_format pipe_format, struct pipe_resource *tex, bool mipmap) st_context_teximage() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 948 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler, const struct lp_tgsi_texture_info *tex) lp_linear_check_sampler() argument 990 lp_linear_check_sampler(const struct lp_sampler_static_state *sampler, const struct lp_tgsi_texture_info *tex) lp_linear_check_sampler() argument
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 185 setup_border_colors(struct fd_texture_stateobj *tex, in setup_border_colors() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_resource.c | 114 struct fd_texture_stateobj *tex = &ctx->tex[stage]; variable
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 1298 auto tex = nir_instr_as_tex(instr); in scan_texture_use() local
|
H A D | d3d12_blit.cpp | 705 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3); in get_stencil_resolve_fs() local [all...] |
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_emit.c | 628 midgard_texture_word tex = ins->texture; in texture_word_from_instr() local
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 148 struct lp_tgsi_texture_info tex[PIPE_MAX_SAMPLERS]; member
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_decoder.c | 596 struct pipe_resource *tex; in vl_mpeg12_begin_frame() local 1066 mc_vert_shader_callback(void *priv, struct vl_mc *mc, struct ureg_program *shader, unsigned first_output, struct ureg_dst tex) mc_vert_shader_callback() argument
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_context.c | 459 hud_draw_results(struct hud_context *hud, struct pipe_resource *tex) in hud_draw_results() argument 721 hud_run(struct hud_context *hud, struct cso_context *cso, struct pipe_resource *tex) hud_run() argument
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir.c | 512 emit_tex(struct etna_compile *c, nir_tex_instr * tex) in emit_tex() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_code.h | 193 } tex; member
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_emit.c | 123 struct r300_resource *tex; in get_rc_constant_state() local 896 struct r300_resource *tex; r300_emit_textures_state() local 1223 struct r300_resource* tex; r300_emit_hiz_clear() local 1245 struct r300_resource *tex; r300_emit_zmask_clear() local 1266 struct r300_resource *tex; r300_emit_cmask_clear() local 1312 struct r300_resource *tex; r300_emit_buffer_validate() local [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_blit.c | 276 struct r600_texture *tex; in r600_decompress_depth_textures() local 309 struct r600_texture *tex; r600_decompress_depth_images() local 388 struct r600_texture *tex; r600_decompress_color_textures() local 412 struct r600_texture *tex; r600_decompress_color_images() local 433 r600_decompress_subresource(struct pipe_context *ctx, struct pipe_resource *tex, unsigned level, unsigned first_layer, unsigned last_layer) r600_decompress_subresource() argument 487 struct r600_texture *tex; r600_clear() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureShadowTests.cpp | 818 const int tex = cases[caseNdx].texNdx > 0 ? 1 : 0; in Texture2DArrayShadowTestInstance() local 1269 const int tex = cases[caseNdx].texNdx > 0 ? 1 : 0; in Texture1DArrayShadowTestInstance() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureGatherTests.cpp | 350 GLuint tex, fbo, rbo, program, vao, vbo; member in glcts::__anon27700::GatherBase [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPixelStorageModesTests.cpp | 183 deUint32 tex; member in glcts::TexImageUtils 1192 deUint32 tex; member in glcts::CompressedTexImageUtils [all...] |