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

  /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,
lp_bld_sample_soa.c 903 bld->static_texture_state->pot_width,
910 bld->static_texture_state->pot_height,
917 bld->static_texture_state->pot_depth,
922 if (has_layer_coord(bld->static_texture_state->target)) {
923 if (bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) {
1043 unsigned chan_swiz = bld->static_texture_state->swizzle_r;
1047 case 0: chan_swiz = bld->static_texture_state->swizzle_r; break;
1048 case 1: chan_swiz = bld->static_texture_state->swizzle_g; break;
1049 case 2: chan_swiz = bld->static_texture_state->swizzle_b; break;
1050 case 3: chan_swiz = bld->static_texture_state->swizzle_a; break
    [all...]
lp_bld_sample_aos.c 512 bld->static_texture_state->pot_width,
522 bld->static_texture_state->pot_height,
532 bld->static_texture_state->pot_depth,
538 if (has_layer_coord(bld->static_texture_state->target)) {
860 bld->static_texture_state->pot_width,
866 if (has_layer_coord(bld->static_texture_state->target)) {
890 bld->static_texture_state->pot_height,
910 bld->static_texture_state->pot_depth,
lp_bld_sample.c 1465 if (dims == 3 || has_layer_coord(bld->static_texture_state->target)) {
  /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,
lp_bld_sample_soa.c 893 bld->static_texture_state->pot_width,
900 bld->static_texture_state->pot_height,
907 bld->static_texture_state->pot_depth,
912 if (has_layer_coord(bld->static_texture_state->target)) {
913 if (bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) {
1033 unsigned chan_swiz = bld->static_texture_state->swizzle_r;
1035 seamless_cube_filter = (bld->static_texture_state->target == PIPE_TEXTURE_CUBE ||
1036 bld->static_texture_state->target == PIPE_TEXTURE_CUBE_ARRAY) &&
1062 bld->static_texture_state->pot_width,
1073 bld->static_texture_state->pot_height
    [all...]
lp_bld_sample_aos.c 512 bld->static_texture_state->pot_width,
522 bld->static_texture_state->pot_height,
532 bld->static_texture_state->pot_depth,
538 if (has_layer_coord(bld->static_texture_state->target)) {
869 bld->static_texture_state->pot_width,
875 if (has_layer_coord(bld->static_texture_state->target)) {
899 bld->static_texture_state->pot_height,
919 bld->static_texture_state->pot_depth,
lp_bld_sample.c 1328 if (dims == 3 || has_layer_coord(bld->static_texture_state->target)) {

Completed in 15 milliseconds