• Home
  • Raw
  • Download

Lines Matching refs:genX

131 genX(cmd_buffer_enable_pma_fix)(struct anv_cmd_buffer *cmd_buffer, bool enable)  in genX()  function
418 genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer) in genX() function
452 .CullMode = genX(vk_to_gen_cullmode)[d->cull_mode], in genX()
453 .FrontWinding = genX(vk_to_gen_front_face)[d->front_face], in genX()
514 .DepthTestFunction = genX(vk_to_gen_compare_op)[d->depth_compare_op], in genX()
516 .StencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.fail_op], in genX()
517 .StencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.pass_op], in genX()
518 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX()
519 .StencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.front.compare_op], in genX()
520 .BackfaceStencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.fail_op], in genX()
521 .BackfaceStencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.pass_op], in genX()
522 … .BackfaceStencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
523 .BackfaceStencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.back.compare_op], in genX()
531 genX(cmd_buffer_enable_pma_fix)(cmd_buffer, in genX()
583 .DepthTestFunction = genX(vk_to_gen_compare_op)[d->depth_compare_op], in genX()
585 .StencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.fail_op], in genX()
586 .StencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.pass_op], in genX()
587 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX()
588 .StencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.front.compare_op], in genX()
589 .BackfaceStencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.fail_op], in genX()
590 .BackfaceStencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.pass_op], in genX()
591 … .BackfaceStencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
592 .BackfaceStencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.back.compare_op], in genX()
600 genX(cmd_buffer_enable_pma_fix)(cmd_buffer, in genX()
642 topology = genX(vk_to_gen_primitive_type)[d->primitive_topology]; in genX()
682 void genX(CmdBindIndexBuffer)( in genX() function