/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_copy_vrs_htile.c | 80 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3); in build_copy_vrs_htile_shader() local [all...] |
H A D | radv_nir_lower_ycbcr_textures.c | 45 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in get_texture_size() local 121 nir_tex_instr *tex = nir_tex_instr_create(b->shader, old_tex->num_srcs + 1); create_plane_tex_instr_implicit() local 221 try_lower_tex_ycbcr(const struct radv_pipeline_layout *layout, nir_builder *builder, nir_tex_instr *tex) try_lower_tex_ycbcr() argument 319 nir_tex_instr *tex = nir_instr_as_tex(instr); radv_nir_lower_ycbcr_textures() local [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_group_loads.c | 138 nir_tex_instr *tex = nir_instr_as_tex(instr); in get_uniform_inst_resource() local
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_surface.c | 90 surf_winsys_to_drm(struct radeon_surface *surf_drm, const struct pipe_resource *tex, unsigned flags, unsigned bpe, enum radeon_surf_mode mode, const struct radeon_surf *surf_ws) surf_winsys_to_drm() argument 345 radeon_winsys_surface_init(struct radeon_winsys *rws, const struct pipe_resource *tex, uint64_t flags, unsigned bpe, enum radeon_surf_mode mode, struct radeon_surf *surf_ws) radeon_winsys_surface_init() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_test_dma.c | 44 static void alloc_cpu_texture(struct cpu_texture *tex, in alloc_cpu_texture() argument 54 set_random_pixels(struct pipe_context *ctx, struct pipe_resource *tex, struct cpu_texture *cpu) set_random_pixels() argument 88 compare_textures(struct pipe_context *ctx, struct pipe_resource *tex, struct cpu_texture *cpu, int bpp) compare_textures() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_info.c | 395 nir_tex_instr *tex = nir_instr_as_tex(instr); in scan_instruction() local
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | quad-tex.c | 86 struct pipe_resource *tex; member [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_tex.cpp | 33 static bool lower_coord_shift_normalized(nir_builder *b, nir_tex_instr *tex) in lower_coord_shift_normalized() argument 59 lower_coord_shift_unnormalized(nir_builder *b, nir_tex_instr *tex) lower_coord_shift_unnormalized() argument 88 nir_tex_instr *tex = nir_instr_as_tex(instr); r600_nir_lower_int_tg4_impl() local 140 lower_txl_txf_array_or_cube(nir_builder *b, nir_tex_instr *tex) lower_txl_txf_array_or_cube() argument 205 nir_tex_instr *tex = nir_instr_as_tex(instr); r600_nir_lower_txl_txf_array_or_cube_impl() local 257 auto tex = nir_instr_as_tex(instr); r600_nir_lower_cube_to_2darray_impl() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_texture.h | 153 struct svga_texture *tex = (struct svga_texture *)resource; in svga_texture() local 173 svga_age_texture_view(struct svga_texture *tex, unsigned level) in svga_age_texture_view() argument 182 check_face_level(const struct svga_texture *tex, in check_face_level() argument 203 svga_define_texture_level(struct svga_texture *tex, unsigned face,unsigned level) svga_define_texture_level() argument 212 svga_is_texture_level_defined(const struct svga_texture *tex, unsigned face, unsigned level) svga_is_texture_level_defined() argument 221 svga_set_texture_rendered_to(struct svga_texture *tex) svga_set_texture_rendered_to() argument 228 svga_clear_texture_rendered_to(struct svga_texture *tex) svga_clear_texture_rendered_to() argument 234 svga_was_texture_rendered_to(const struct svga_texture *tex) svga_was_texture_rendered_to() argument 240 svga_set_texture_dirty(struct svga_texture *tex, unsigned face, unsigned level) svga_set_texture_dirty() argument 248 svga_clear_texture_dirty(struct svga_texture *tex) svga_clear_texture_dirty() argument 257 svga_is_texture_dirty(const struct svga_texture *tex, unsigned face, unsigned level) svga_is_texture_dirty() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | volume9.c | 191 struct NineBaseTexture9 *tex; in NineVolume9_MarkContainerDirty() local 223 struct NineVolumeTexture9 *tex = NineVolumeTexture9(This->base.container); in NineVolume9_AddDirtyRegion() local [all...] |
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | surface.c | 387 struct pipe_resource *tex; in vlVdpVideoSurfacePutBitsYCbCr() local
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | surface.c | 368 struct pipe_resource *tex; in XvMCPutSurface() local
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | graw_util.h | 228 struct pipe_resource temp, *tex; in graw_util_create_tex2d() local [all...] |
H A D | tri-instanced.c | 31 static struct pipe_resource *tex = NULL; variable
|
H A D | shader-leak.c | 32 static struct pipe_resource *tex = NULL; variable
|
/third_party/mesa3d/src/mesa/main/ |
H A D | renderbuffer.c | 622 const struct gl_texture_object *tex = stTexObj; in _mesa_update_renderbuffer_surface() local [all...] |
H A D | texstate.c | 71 GLuint u, tex; in _mesa_copy_texture_state() local 1054 GLuint tex; in _mesa_init_texture() local 1156 GLuint u, tex; _mesa_update_default_objects_texture() local [all...] |
H A D | attrib.c | 255 GLuint u, tex; in _mesa_PushAttrib() local 68 copy_texture_attribs(struct gl_texture_object *dst, const struct gl_texture_object *src, gl_texture_index tex) copy_texture_attribs() argument [all...] |
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_lower_ycbcr_textures.c | 47 nir_tex_instr *tex = nir_tex_instr_create(b->shader, 1); in get_texture_size() local 121 nir_tex_instr *tex = nir_tex_instr_create(b->shader, old_tex->num_srcs + 1); create_plane_tex_instr_implicit() local [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 44 VkFormatFeatureFlags tex = 0, buffer = 0; in get_format_properties() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_mod_props.c | 309 bi_is_var_tex(bi_instr *var, bi_instr *tex) in bi_is_var_tex() argument 322 bi_optimizer_var_tex(bi_context *ctx, bi_instr *var, bi_instr *tex) in bi_optimizer_var_tex() argument 377 bi_instr *tex = uses[use->dest[0].value]; bi_opt_mod_prop_backward() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_sampler.c | 296 struct pipe_resource *tex = view->texture; in prepare_shader_sampling() local 439 struct pipe_resource *tex = view->texture; llvmpipe_cleanup_stage_sampling() local [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_texture.c | 43 struct fd6_texture_state *tex = entry->data; in remove_tex_entry() local 330 fd6_texture_state(struct fd_context *ctx, enum pipe_shader_type type, struct fd_texture_stateobj *tex) fd6_texture_state() argument 403 __fd6_texture_state_describe(char *buf, const struct fd6_texture_state *tex) __fd6_texture_state_describe() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_emit.c | 246 struct i915_texture *tex; in validate_map() local
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi_info.c | 191 nir_tex_instr *tex = nir_instr_as_tex(instr); in scan_instruction() local
|