Searched refs:lp_jit_texture (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 69 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 …]
|
D | lp_linear_sampler.c | 87 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 …]
|
D | lp_state_fs_linear.c | 52 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()
|
D | lp_linear_priv.h | 22 const struct lp_jit_texture *texture; 143 const struct lp_jit_texture *texture,
|
D | lp_linear_fastpath.c | 70 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()
|
D | lp_jit.h | 52 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];
|
D | lp_setup_rect.c | 159 const struct lp_jit_texture *texture = in lp_setup_is_blit()
|
D | lp_rast.c | 523 const struct lp_jit_texture *texture = &state->jit_context.textures[0]; in lp_rast_blit_tile_to_dest()
|
D | lp_setup.c | 978 struct lp_jit_texture *jit_tex; in lp_setup_set_fragment_sampler_views()
|
D | lp_state_cs.c | 930 struct lp_jit_texture *jit_tex; in lp_csctx_set_sampler_views()
|