HomeSort by relevance Sort by last modified time
    Searched refs:static_texture_state (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 305 const struct lp_static_texture_state *static_texture_state; member in struct:lp_build_sample_context
419 swizzles[0] = bld->static_texture_state->swizzle_r;
420 swizzles[1] = bld->static_texture_state->swizzle_g;
421 swizzles[2] = bld->static_texture_state->swizzle_b;
422 swizzles[3] = bld->static_texture_state->swizzle_a;
599 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state,
lp_bld_sample_soa.c 758 bld->static_texture_state->pot_width,
765 bld->static_texture_state->pot_height,
772 bld->static_texture_state->pot_depth,
777 if (has_layer_coord(bld->static_texture_state->target)) {
778 if (bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) {
    [all...]
lp_bld_sample_aos.c 697 bld->static_texture_state->pot_width,
707 bld->static_texture_state->pot_height,
717 bld->static_texture_state->pot_depth,
723 if (has_layer_coord(bld->static_texture_state->target)) {
779 bld->static_texture_state->pot_width,
786 bld->static_texture_state->pot_height,
793 bld->static_texture_state->pot_depth,
798 if (has_layer_coord(bld->static_texture_state->target)) {
    [all...]
lp_bld_sample.c     [all...]

Completed in 97 milliseconds