Searched defs:sview (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_uniforms.c | 151 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in write_texture_p1() local 174 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in write_tmu_p0() local 228 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in write_tmu_p1() local
|
D | v3dx_emit.c | 85 struct v3d_sampler_view *sview, in swizzled_border_color() 122 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in emit_one_texture() local
|
D | v3d_resource.c | 162 struct v3d_sampler_view *sview = in rebind_sampler_views() local
|
D | v3dx_state.c | 1194 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in v3d_sampler_view_destroy() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_uniforms.c | 37 struct vc4_sampler_view *sview = in write_texture_p0() local 50 struct vc4_sampler_view *sview = in write_texture_p1() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 243 struct si_sampler_view *sview = (struct si_sampler_view *)samplers->views[i]; in si_sampler_views_begin_new_cs() local 258 struct si_sampler_view *sview = (struct si_sampler_view *)samplers->views[i]; in si_sampler_views_check_encrypted() local 436 struct si_sampler_view *sview, struct si_texture *tex, in si_set_sampler_state_desc() 445 static void si_set_sampler_view_desc(struct si_context *sctx, struct si_sampler_view *sview, in si_set_sampler_view_desc() 532 struct si_sampler_view *sview = (struct si_sampler_view *)views[i]; in si_set_sampler_views() local 1046 struct si_sampler_view *sview = (struct si_sampler_view *)samplers->views[slot]; in si_bind_sampler_states() local 1948 struct si_sampler_view *sview = (struct si_sampler_view *)tex_handle->view; in si_update_bindless_texture_descriptor() local 2419 struct si_sampler_view *sview = (struct si_sampler_view *)view; in si_create_texture_handle() local 2488 struct si_sampler_view *sview; in si_make_texture_handle_resident() local 2680 struct si_sampler_view *sview = (struct si_sampler_view *)(*tex_handle)->view; in si_resident_buffers_add_all_to_bo_list() local
|
D | si_compute.c | 907 struct si_sampler_view *sview = (struct si_sampler_view *)samplers->views[i]; in si_check_needs_implicit_sync() local 920 struct pipe_image_view *sview = &images->views[i]; in si_check_needs_implicit_sync() local
|
D | si_blit.c | 418 struct si_sampler_view *sview; in si_decompress_sampler_depth_textures() local 758 struct si_sampler_view *sview = (struct si_sampler_view *)view; in si_decompress_resident_textures() local
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 513 compute_lambda_1d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_1d_explicit_gradients() 530 compute_lambda_1d(const struct sp_sampler_view *sview, in compute_lambda_1d() 555 compute_lambda_2d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_2d_explicit_gradients() 572 compute_lambda_2d(const struct sp_sampler_view *sview, in compute_lambda_2d() 599 compute_lambda_3d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_3d_explicit_gradients() 620 compute_lambda_3d(const struct sp_sampler_view *sview, in compute_lambda_3d() 632 compute_lambda_cube_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_cube_explicit_gradients() 652 compute_lambda_cube(const struct sp_sampler_view *sview, in compute_lambda_cube() 667 compute_lambda_vert(const struct sp_sampler_view *sview, in compute_lambda_vert() 2883 do_swizzling(const struct pipe_sampler_view *sview, in do_swizzling() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 264 struct tgsi_declaration_sampler_view *sview = &decl->SamplerView; in ttn_emit_declaration() local 1331 unsigned num_srcs, samp = 1, sview, i; in ttn_tex() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_tex.c | 1429 struct pipe_sampler_view *sview = in gm107_create_image_handle() local
|