| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_opt_perspective.c | 34 * implicitly). This depends on the combination pass. Again caveat: the vary 151 unsigned vary = ins->src[0]; local in function:midgard_opt_varying_projection 154 if (vary & PAN_IS_REG) continue; 156 if (!mir_single_use(ctx, vary)) continue; 163 if (v->dest != vary) continue;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 1190 uint32_t vary = var->data.driver_location; local in function:__anon42ea91d60110::Converter::assignSlots 1197 assert(vary + slots <= PIPE_MAX_SHADER_INPUTS); 1203 setInterpolate(&info->in[vary + i], var->data.interpolation, 1220 info->io.edgeFlagIn = vary; 1231 for (uint16_t i = 0u; i < slots; ++i, ++vary) { 1232 info->in[vary].id = vary; 1233 info->in[vary].patch = var->data.patch; 1234 info->in[vary].sn = name; 1235 info->in[vary] 1255 uint32_t vary = var->data.driver_location; local in function:__anon42ea91d60110::Converter::assignSlots 1431 const nv50_ir_varying *vary = input ? info->in : info->out; local in function:__anon42ea91d60110::Converter::getSlotAddress 2006 nv50_ir_varying& vary = input ? info->in[idx] : info->out[idx]; local in function:__anon42ea91d60110::Converter::visit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 1025 uint32_t vary = var->data.driver_location; local in function:__anonbe08c7a90110::Converter::assignSlots 1027 assert(vary + slots <= PIPE_MAX_SHADER_INPUTS); 1034 setInterpolate(&info_out->in[vary + i], var->data.interpolation, 1051 slot = VERT_ATTRIB_GENERIC0 + vary; 1055 info_out->io.edgeFlagIn = vary; 1066 for (uint16_t i = 0u; i < slots; ++i, ++vary) { 1067 nv50_ir_varying *v = &info_out->in[vary]; 1074 info_out->numInputs = std::max<uint8_t>(info_out->numInputs, vary); 1081 uint32_t vary = var->data.driver_location; local in function:__anonbe08c7a90110::Converter::assignSlots 1083 assert(vary < PIPE_MAX_SHADER_OUTPUT 1221 const nv50_ir_varying *vary = input ? info_out->in : info_out->out; local in function:__anonbe08c7a90110::Converter::getSlotAddress 1726 nv50_ir_varying& vary = input ? info_out->in[idx] : info_out->out[idx]; local in function:__anonbe08c7a90110::Converter::visit [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 578 struct qreg vary; local in function:emit_fragment_varying 583 vary = vir_emit_def(c, ldvary); 586 vary = r3; 594 return vir_FADD(c, vir_FMUL(c, vary, c->payload_w), r5); 615 vir_MOV_dest(c, c->undef, vary); 618 return vir_FADD(c, vir_FMUL(c, vary, 628 return vir_FADD(c, vir_FMUL(c, vary, 631 return vir_FADD(c, vir_FMUL(c, vary, c->payload_w), r5); 635 return vir_FADD(c, vir_MOV(c, vary), r5); 638 vir_MOV_dest(c, c->undef, vary); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 966 struct qreg vary, struct qreg w, struct qreg r5) 968 return vir_FADD(c, vir_FMUL(c, vary, w), r5); 973 struct qreg vary, struct qreg r5) 975 return vir_FADD(c, vir_MOV(c, vary), r5); 980 struct qreg vary, struct qreg r5) 982 vir_MOV_dest(c, c->undef, vary); 994 struct qreg vary; local in function:emit_fragment_varying 999 vary = vir_emit_def(c, ldvary); 1002 vary = r3; 1010 c->interp[input_idx].vp = vary; 965 emit_smooth_varying(struct v3d_compile * c,struct qreg vary,struct qreg w,struct qreg r5) argument 972 emit_noperspective_varying(struct v3d_compile * c,struct qreg vary,struct qreg r5) argument 979 emit_flat_varying(struct v3d_compile * c,struct qreg vary,struct qreg r5) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | sampler.rst | 33 CLAMP_TO_BORDER. The behaviour may also vary depending on linear vs.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | sampler.rst | 33 CLAMP_TO_BORDER. The behavior may also vary depending on linear vs.
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | perfetto.rst | 26 The exact supported features vary per driver:
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_array.spec | 45 cases the selected textures may vary on a per-fragment basis within
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | tiling.rst | 122 interpretation in the PRMs vary by hardware generation; on Sandy Bridge they
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 778 struct qreg vary = { local in function:emit_fragment_varying 795 return qir_VARY_ADD_C(c, qir_FMUL(c, vary, qir_FRAG_W(c)));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 768 struct qreg vary = { local in function:emit_fragment_varying 785 return qir_VARY_ADD_C(c, qir_FMUL(c, vary, qir_FRAG_W(c)));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 1995 pan_find_vary(const struct pan_shader_varying *vary, argument 1999 if (vary[i].location == loc) 3413 * will vary across runs as that is tracked outside of the Gallium CSO.
|
| /xsrc/external/mit/libXau/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libXfont2/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libXrender/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libFS/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libICE/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libSM/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libX11/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libXtst/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|
| /xsrc/external/mit/libXv/dist/ |
| H A D | aclocal.m4 | 970 # This check should not be cached, as it may vary across builds of
|