Searched refs:FRAG_RESULT_DEPTH (Results 1 - 25 of 96) sorted by relevance

1234

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_fragdepth.c74 if (var->data.location != FRAG_RESULT_DEPTH)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c187 case FRAG_RESULT_DEPTH:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_fragprog.c237 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
279 if (program->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_fragprog.c237 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
238 const GLfloat depth = machine->Outputs[FRAG_RESULT_DEPTH][2];
279 if (program->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c197 case FRAG_RESULT_DEPTH:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c377 if (prog->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
539 if (outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH))
555 ~(BITFIELD64_BIT(FRAG_RESULT_DEPTH) |
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c419 if (prog->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
585 if (outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH))
599 ~(BITFIELD64_BIT(FRAG_RESULT_DEPTH) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fragment.cpp461 if (semantic.location == FRAG_RESULT_DEPTH ||
534 location == FRAG_RESULT_DEPTH ||
917 case FRAG_RESULT_DEPTH:
968 } else if (semantics.location == FRAG_RESULT_DEPTH ||
985 case FRAG_RESULT_DEPTH:
1036 } else if (out_var->data.location == FRAG_RESULT_DEPTH ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c276 ENUM(FRAG_RESULT_DEPTH),
H A Dshader_enums.h670 FRAG_RESULT_DEPTH = 0, enumerator in enum:__anon0f1973a70503
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c198 deref->var->data.location == FRAG_RESULT_DEPTH) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/util/
H A Dpan_lower_writeout.c45 if (var->data.location == FRAG_RESULT_DEPTH)
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c360 ENUM(FRAG_RESULT_DEPTH),
H A Dshader_enums.h834 FRAG_RESULT_DEPTH = 0, enumerator in enum:__anon671c309a0503
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c229 if (s->info.outputs_written & BITFIELD64_BIT(FRAG_RESULT_DEPTH))
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_shader.c439 dump_output(out, so, FRAG_RESULT_DEPTH, "posz");
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c964 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
967 outputMapping[FRAG_RESULT_DEPTH] = fs_num_outputs;
969 outputsWritten &= ~(1 << FRAG_RESULT_DEPTH);
996 case FRAG_RESULT_DEPTH:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c199 posz_regid = ir3_find_output_regid(fp, FRAG_RESULT_DEPTH);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c159 posz_regid = ir3_find_output_regid(fp, FRAG_RESULT_DEPTH);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c1221 if (outputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
1224 outputMapping[FRAG_RESULT_DEPTH] = fs_num_outputs;
1226 outputsWritten &= ~(1 << FRAG_RESULT_DEPTH);
1253 case FRAG_RESULT_DEPTH:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c840 var->data.location == FRAG_RESULT_DEPTH) {
934 if ((c->prog->Target == GL_FRAGMENT_PROGRAM_ARB && i == FRAG_RESULT_DEPTH) ||
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader_info.c454 case FRAG_RESULT_DEPTH:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c228 posz_regid = ir3_find_output_regid(s[FS].v, FRAG_RESULT_DEPTH);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c227 case FRAG_RESULT_DEPTH:
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1382 add_output(FRAG_RESULT_DEPTH, float_t, GLSL_PRECISION_HIGH,
1387 add_output(FRAG_RESULT_DEPTH, float_t, "gl_FragDepthEXT");

Completed in 29 milliseconds

1234