Home
last modified time | relevance | path

Searched refs:lp_jit_texture (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c69 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, width, in create_jit_texture_type()
72 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, height, in create_jit_texture_type()
75 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in create_jit_texture_type()
78 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, base, in create_jit_texture_type()
81 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, row_stride, in create_jit_texture_type()
84 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, img_stride, in create_jit_texture_type()
87 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level, in create_jit_texture_type()
90 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, last_level, in create_jit_texture_type()
93 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, mip_offsets, in create_jit_texture_type()
96 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, num_samples, in create_jit_texture_type()
[all …]
Dlp_linear_sampler.c87 const struct lp_jit_texture *texture = samp->texture; in fetch_bgra_memcpy()
117 const struct lp_jit_texture *texture = samp->texture; in fetch_bgrx_memcpy()
151 const struct lp_jit_texture *texture = samp->texture; in fetch_bgra_axis_aligned()
174 const struct lp_jit_texture *texture = samp->texture; in fetch_bgrx_axis_aligned()
199 const struct lp_jit_texture *texture = samp->texture; in fetch_bgra()
231 const struct lp_jit_texture *texture = samp->texture; in fetch_bgrx()
264 const struct lp_jit_texture *texture = samp->texture; in fetch_bgra_clamp()
300 const struct lp_jit_texture *texture = samp->texture; in fetch_bgrx_clamp()
339 const struct lp_jit_texture *texture = samp->texture; in fetch_and_stretch_bgra_row()
449 const struct lp_jit_texture *texture = samp->texture; in fetch_bgra_linear()
[all …]
Dlp_state_fs_linear.c52 const struct lp_jit_texture *texture;
180 const struct lp_jit_texture *texture = samp->texture; in fetch_row()
206 const struct lp_jit_texture *texture = samp->texture; in fetch_row_clamped()
236 const struct lp_jit_texture *texture = samp->texture; in fetch_row_xy_clamped()
260 const struct lp_jit_texture *texture, in init_nearest_sampler()
373 const struct lp_jit_texture *texture = &context->textures[0]; in blit_rgba_blit()
425 const struct lp_jit_texture *texture = &context->textures[0]; in blit_rgb1_blit()
Dlp_linear_priv.h22 const struct lp_jit_texture *texture;
143 const struct lp_jit_texture *texture,
Dlp_linear_fastpath.c70 const struct lp_jit_texture *texture = &context->textures[0]; in lp_linear_blit_rgba_blit()
122 const struct lp_jit_texture *texture = &context->textures[0]; in lp_linear_blit_rgb1_blit()
Dlp_jit.h52 struct lp_jit_texture struct
156 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
439 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
Dlp_setup_rect.c159 const struct lp_jit_texture *texture = in lp_setup_is_blit()
Dlp_rast.c523 const struct lp_jit_texture *texture = &state->jit_context.textures[0]; in lp_rast_blit_tile_to_dest()
Dlp_setup.c978 struct lp_jit_texture *jit_tex; in lp_setup_set_fragment_sampler_views()
Dlp_state_cs.c930 struct lp_jit_texture *jit_tex; in lp_csctx_set_sampler_views()