Home
last modified time | relevance | path

Searched defs:wrap_r (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_texture.h68 uint32_t wrap_r: 3; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.h104 enum pipe_tex_wrap wrap_r; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h197 unsigned wrap_r:3; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h422 unsigned wrap_r:3; /**< PIPE_TEX_WRAP_x */ member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c2244 unsigned wrap_r; member
2348 uint32_t wrap_s, wrap_t, wrap_r; in crocus_upload_sampler_state() local
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c2165 unsigned wrap_r = translate_wrap(state->wrap_r); in iris_create_sampler_state() local