Searched refs:vk_to_intel_stencil_op (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Dgfx8_cmd_buffer.c565 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op],
566 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.pass_op],
567 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.depth_fail_op],
569 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.fail_op],
570 .BackfaceStencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.pass_op],
571 .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.depth_fail_op],
634 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op],
635 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.pass_op],
636 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.depth_fail_op],
638 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[
[all...]
H A Dgfx7_cmd_buffer.c321 .StencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.fail_op],
322 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.pass_op],
323 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.front.depth_fail_op],
325 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.fail_op],
326 .BackfaceStencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.pass_op],
327 .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[d->stencil_op.back.depth_fail_op],
H A Danv_genX.h47 extern const uint32_t genX(vk_to_intel_stencil_op)[];
H A DgenX_pipeline.c931 const uint32_t genX(vk_to_intel_stencil_op)[] = { variable in typeref:typename:const uint32_t genX ()[]
1154 .StencilFailOp = genX(vk_to_intel_stencil_op)[info.front.failOp],
1155 .StencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[info.front.passOp],
1156 .StencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[info.front.depthFailOp],
1158 .BackfaceStencilFailOp = genX(vk_to_intel_stencil_op)[info.back.failOp],
1159 .BackfaceStencilPassDepthPassOp = genX(vk_to_intel_stencil_op)[info.back.passOp],
1160 .BackfaceStencilPassDepthFailOp = genX(vk_to_intel_stencil_op)[info.back.depthFailOp],

Completed in 7 milliseconds