Searched refs:lp_jit_texture (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 68 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, width, in create_jit_texture_type() 71 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, height, in create_jit_texture_type() 74 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, depth, in create_jit_texture_type() 77 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, base, in create_jit_texture_type() 80 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, row_stride, in create_jit_texture_type() 83 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, img_stride, in create_jit_texture_type() 86 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, first_level, in create_jit_texture_type() 89 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, last_level, in create_jit_texture_type() 92 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, mip_offsets, in create_jit_texture_type() 95 LP_CHECK_MEMBER_OFFSET(struct lp_jit_texture, num_samples, in create_jit_texture_type() [all …]
|
D | lp_jit.h | 52 struct lp_jit_texture struct 154 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS]; 336 struct lp_jit_texture textures[PIPE_MAX_SHADER_SAMPLER_VIEWS];
|
D | lp_setup.c | 902 struct lp_jit_texture *jit_tex; in lp_setup_set_fragment_sampler_views()
|
D | lp_state_cs.c | 892 struct lp_jit_texture *jit_tex; in lp_csctx_set_sampler_views()
|