Searched defs:sview (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_emit.c | 81 struct vc5_sampler_view *sview, in swizzled_border_color() 137 struct vc5_sampler_view *sview = vc5_sampler_view(psview); in emit_one_texture() local
|
D | vc5_uniforms.c | 206 struct vc5_sampler_view *sview = vc5_sampler_view(psview); in write_texture_p1() local 234 struct vc5_sampler_view *sview = vc5_sampler_view(psview); in write_tmu_p0() local
|
D | vc5_state.c | 802 struct vc5_sampler_view *sview = vc5_sampler_view(psview); local
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_uniforms.c | 36 struct vc4_sampler_view *sview = in write_texture_p0() local 49 struct vc4_sampler_view *sview = in write_texture_p1() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 282 struct si_sampler_view *sview = (struct si_sampler_view *)samplers->views[i]; in si_sampler_views_begin_new_cs() local 412 struct si_sampler_view *sview, in si_set_sampler_state_desc() 426 struct si_sampler_view *sview, in si_set_sampler_view_desc() 894 struct si_sampler_view *sview = in si_bind_sampler_states() local 1811 struct si_sampler_view *sview = (struct si_sampler_view *)tex_handle->view; in si_update_bindless_texture_descriptor() local 2234 struct si_sampler_view *sview = (struct si_sampler_view *)view; in si_create_texture_handle() local 2305 struct si_sampler_view *sview; in si_make_texture_handle_resident() local 2528 struct si_sampler_view *sview = in si_all_resident_buffers_begin_new_cs() local
|
D | si_blit.c | 424 struct si_sampler_view *sview; in si_decompress_sampler_depth_textures() local 745 struct si_sampler_view *sview = (struct si_sampler_view *)view; in si_decompress_resident_textures() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 493 compute_lambda_1d(const struct sp_sampler_view *sview, in compute_lambda_1d() 508 compute_lambda_2d(const struct sp_sampler_view *sview, in compute_lambda_2d() 527 compute_lambda_3d(const struct sp_sampler_view *sview, in compute_lambda_3d() 553 compute_lambda_vert(const struct sp_sampler_view *sview, in compute_lambda_vert() 2748 do_swizzling(const struct pipe_sampler_view *sview, in do_swizzling() 3460 struct sp_sampler_view *sview = CALLOC_STRUCT(sp_sampler_view); in softpipe_create_sampler_view() local
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 286 struct tgsi_declaration_sampler_view *sview = &decl->SamplerView; in ttn_emit_declaration() local 1204 unsigned num_srcs, samp = 1, sview, i; in ttn_tex() local
|