Lines Matching refs:genX
156 void genX(CmdBindIndexBuffer)( in genX() function
204 genX(cmd_buffer_flush_dynamic_state)(struct anv_cmd_buffer *cmd_buffer) in genX() function
223 .FrontWinding = genX(vk_to_gen_front_face)[d->front_face], in genX()
224 .CullMode = genX(vk_to_gen_cullmode)[d->cull_mode], in genX()
285 .DepthTestFunction = genX(vk_to_gen_compare_op)[d->depth_compare_op], in genX()
287 .StencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.fail_op], in genX()
288 .StencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.pass_op], in genX()
289 .StencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.front.depth_fail_op], in genX()
290 .StencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.front.compare_op], in genX()
291 .BackfaceStencilFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.fail_op], in genX()
292 .BackfaceStencilPassDepthPassOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.pass_op], in genX()
293 … .BackfaceStencilPassDepthFailOp = genX(vk_to_gen_stencil_op)[d->stencil_op.back.depth_fail_op], in genX()
294 .BackfaceStencilTestFunction = genX(vk_to_gen_compare_op)[d->stencil_op.back.compare_op], in genX()
343 topology = genX(vk_to_gen_primitive_type)[d->primitive_topology]; in genX()
352 genX(cmd_buffer_enable_pma_fix)(struct anv_cmd_buffer *cmd_buffer, in genX() function