HomeSort by: relevance | last modified time | path
    Searched defs:static_texture_state (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 307 const struct lp_static_texture_state *static_texture_state; member in struct:lp_build_sample_context
425 swizzles[0] = bld->static_texture_state->swizzle_r;
426 swizzles[1] = bld->static_texture_state->swizzle_g;
427 swizzles[2] = bld->static_texture_state->swizzle_b;
428 swizzles[3] = bld->static_texture_state->swizzle_a;
607 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 358 const struct lp_static_texture_state *static_texture_state; member in struct:lp_build_sample_context
503 swizzles[0] = bld->static_texture_state->swizzle_r;
504 swizzles[1] = bld->static_texture_state->swizzle_g;
505 swizzles[2] = bld->static_texture_state->swizzle_b;
506 swizzles[3] = bld->static_texture_state->swizzle_a;
689 lp_build_sample_soa(const struct lp_static_texture_state *static_texture_state,
725 lp_build_img_op_soa(const struct lp_static_texture_state *static_texture_state,
741 const struct lp_static_texture_state *static_texture_state,
757 const struct lp_static_texture_state *static_texture_state,

Completed in 6 milliseconds