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 D | gfx8_cmd_buffer.c | 565 .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 D | gfx7_cmd_buffer.c | 321 .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 D | anv_genX.h | 47 extern const uint32_t genX(vk_to_intel_stencil_op)[];
|
| H A D | genX_pipeline.c | 931 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