Home
last modified time | relevance | path

Searched defs:sview (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_uniforms.c37 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/v3d/
H A Dv3d_uniforms.c151 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
H A Dv3dx_emit.c122 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in emit_one_texture() local
83 swizzled_border_color(const struct v3d_device_info *devinfo, struct pipe_sampler_state *sampler, struct v3d_sampler_view *sview, int chan) swizzled_border_color() argument
[all...]
H A Dv3d_resource.c162 struct v3d_sampler_view *sview = in rebind_sampler_views() local
H A Dv3dx_state.c1194 struct v3d_sampler_view *sview = v3d_sampler_view(psview); in v3d_sampler_view_destroy() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c1429 struct pipe_sampler_view *sview = in gm107_create_image_handle() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c418 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
H A Dsi_compute.c907 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
H A Dsi_descriptors.c243 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
445 static void si_set_sampler_view_desc(struct si_context *sctx, struct si_sampler_view *sview, in si_set_sampler_view_desc() argument
435 si_set_sampler_state_desc(struct si_sampler_state *sstate, struct si_sampler_view *sview, struct si_texture *tex, uint32_t *desc) si_set_sampler_state_desc() argument
532 struct si_sampler_view *sview = (struct si_sampler_view *)views[i]; si_set_sampler_views() local
1046 struct si_sampler_view *sview = (struct si_sampler_view *)samplers->views[slot]; si_bind_sampler_states() local
1948 struct si_sampler_view *sview = (struct si_sampler_view *)tex_handle->view; si_update_bindless_texture_descriptor() local
2419 struct si_sampler_view *sview = (struct si_sampler_view *)view; si_create_texture_handle() local
2488 struct si_sampler_view *sview; si_make_texture_handle_resident() local
2680 struct si_sampler_view *sview = (struct si_sampler_view *)(*tex_handle)->view; si_resident_buffers_add_all_to_bo_list() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c264 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
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c513 compute_lambda_1d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_1d_explicit_gradients() argument
530 compute_lambda_1d(const struct sp_sampler_view *sview, in compute_lambda_1d() argument
555 compute_lambda_2d_explicit_gradients(const struct sp_sampler_view *sview, in compute_lambda_2d_explicit_gradients() argument
572 compute_lambda_2d(const struct sp_sampler_view *sview, in compute_lambda_2d() argument
599 compute_lambda_3d_explicit_gradients(const struct sp_sampler_view *sview, const float derivs[3][2][TGSI_QUAD_SIZE], uint quad) compute_lambda_3d_explicit_gradients() argument
620 compute_lambda_3d(const struct sp_sampler_view *sview, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE]) compute_lambda_3d() argument
632 compute_lambda_cube_explicit_gradients(const struct sp_sampler_view *sview, const float derivs[3][2][TGSI_QUAD_SIZE], uint quad) compute_lambda_cube_explicit_gradients() argument
652 compute_lambda_cube(const struct sp_sampler_view *sview, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE]) compute_lambda_cube() argument
667 compute_lambda_vert(const struct sp_sampler_view *sview, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE]) compute_lambda_vert() argument
2883 do_swizzling(const struct pipe_sampler_view *sview, float in[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float out[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) do_swizzling() argument
3588 struct sp_sampler_view *sview = CALLOC_STRUCT(sp_sampler_view); softpipe_create_sampler_view() local
[all...]

Completed in 25 milliseconds