Home
last modified time | relevance | path

Searched refs:fragDepth (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/
Dhlsl-sample-cmp-level-zero.asm.frag16 OpName %fragDepth "fragDepth"
24 OpName %fragDepth_0 "fragDepth"
25 OpName %fragDepth_1 "fragDepth"
90 %fragDepth = OpFunctionParameter %_ptr_Function_float
101 %35 = OpLoad %float %fragDepth
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/asm/frag/
Dhlsl-sample-cmp-level-zero.asm.frag7 layout(location = 2) in float fragDepth;
12 …edShadowMapShadowSamplerPCF, vec4(vec4(texCoords, cascadeIndex, fragDepth).xyz, fragDepth), vec2(0…
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/
Dhlsl-sample-cmp-level-zero.asm.frag7 layout(location = 2) in float fragDepth;
21 float fragDepth_1 = fragDepth;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateBasic.cpp95 bool fragDepth; member
500 if (m_data.fragDepth) in initPrograms()
536 if (m_data.fragDepth) in initPrograms()
2213 if (m_data.fragDepth) in iterate()
2300 if (m_data.fragDepth) in iterate()
2581 bool fragDepth = groupNdx == 5; in createBasicTests() local
2606 …es[geomNdx].count && (useApiSampleMask || useSampleMaskIn || consRast || fragDepth || fragStencil)) in createBasicTests()
2639 fragDepth || fragStencil, // bool useDepthStencil; in createBasicTests()
2640 fragDepth, // bool fragDepth; in createBasicTests()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c230 if (i == info->io.fragDepth || i == info->io.sampleMask) in nv50_fragprog_assign_slots()
245 if (info->io.fragDepth < PIPE_MAX_SHADER_OUTPUTS) in nv50_fragprog_assign_slots()
246 info->out[info->io.fragDepth].slot[2] = prog->max_out++; in nv50_fragprog_assign_slots()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_driver.h206 uint8_t fragDepth; /* output index of FragDepth */ member
Dnv50_ir_print.cpp1038 INFO(" \"fragDepth\":\"%d\"\n", info_out->io.fragDepth); in nv50_ir_prog_info_out_print()
Dnv50_ir.cpp1268 info_out->io.fragDepth = 0xff; in nv50_ir_init_prog_info()
Dnv50_ir_from_nir.cpp1100 info_out->io.fragDepth = vary; in assignSlots()
Dnv50_ir_from_tgsi.cpp1342 info_out->io.fragDepth = i; in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c160 if (info->io.fragDepth < PIPE_MAX_SHADER_OUTPUTS) in nvc0_fp_assign_output_slots()
161 info->out[info->io.fragDepth].slot[2] = count; in nvc0_fp_assign_output_slots()