| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_sysvals_to_varyings.c | 53 SYSVAL_TO_VARYING(front_face, FRONT_FACE, FACE);
|
| H A D | nir.h | 5053 bool front_face:1; member in struct:nir_lower_sysvals_to_varyings_options
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_pipeline.h | 59 VkFrontFace front_face; member in struct:zink_gfx_pipeline_state::__anondb1de3d60108
|
| H A D | zink_state.h | 81 VkFrontFace front_face; member in struct:zink_rasterizer_state
|
| H A D | zink_state.c | 600 state->front_face = rs_state->front_ccw ? 700 if (ctx->gfx_pipeline_state.dyn_state1.front_face != ctx->rast_state->front_face) { 701 ctx->gfx_pipeline_state.dyn_state1.front_face = ctx->rast_state->front_face;
|
| H A D | zink_pipeline.c | 153 rast_state.frontFace = state->dyn_state1.front_face;
|
| H A D | zink_program.c | 225 if (sa->dyn_state1.front_face != sb->dyn_state1.front_face)
|
| H A D | zink_draw.cpp | 687 VKCTX(CmdSetFrontFaceEXT)(batch->state->cmdbuf, ctx->gfx_pipeline_state.dyn_state1.front_face);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_shader_args.h | 121 struct ac_arg front_face; member in struct:ac_shader_args
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | polygon.c | 106 front_face(struct gl_context *ctx, GLenum mode, bool no_error) function in typeref:typename:ALWAYS_INLINE void 129 front_face(ctx, mode, true); 141 front_face(ctx, mode, false);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | polygon.c | 108 front_face(struct gl_context *ctx, GLenum mode, bool no_error) function in typeref:typename:ALWAYS_INLINE void 132 front_face(ctx, mode, true); 144 front_face(ctx, mode, false);
|
| H A D | glspirv.c | 285 .front_face = !ctx->Const.GLSLFrontFacingIsSysVal,
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_shader_abi.h | 62 LLVMValueRef front_face; member in struct:ac_shader_abi
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_rt_intrinsics.c | 261 nir_bcsel(b, hit_in.front_face, 352 * the front_face bit. 354 sysval = hit_in.front_face;
|
| H A D | brw_nir_rt_builder.h | 273 nir_ssa_def *front_face; member in struct:brw_nir_rt_mem_hit_defs 294 defs->front_face = nir_i2b(b, nir_iand_imm(b, bitfield, 1 << 27));
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta.c | 69 state->front_face = cmd_buffer->state.dynamic.front_face; 163 cmd_buffer->state.dynamic.front_face = state->front_face;
|
| H A D | radv_meta.h | 63 VkFrontFace front_face; member in struct:radv_meta_saved_state
|
| H A D | radv_shader_args.c | 401 ac_add_arg(&args->ac, AC_ARG_VGPR, 1, AC_ARG_INT, &args->ac.front_face);
|
| H A D | radv_cmd_buffer.c | 111 .front_face = 0u, 253 if (dest->front_face != src->front_face) { 254 dest->front_face = src->front_face; 1552 S_028814_FACE(d->front_face) | 5202 if (state->dynamic.front_face == frontFace) 5205 state->dynamic.front_face = frontFace; 6381 ? d->front_face == VK_FRONT_FACE_COUNTER_CLOCKWISE
|
| H A D | radv_private.h | 1212 VkFrontFace front_face; member in struct:radv_dynamic_state
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 94 .front_face = 0, 174 ANV_CMP_COPY(front_face, ANV_CMD_DIRTY_DYNAMIC_FRONT_FACE); 815 cmd_buffer->state.gfx.dynamic.front_face = frontFace;
|
| H A D | gfx7_cmd_buffer.c | 253 .FrontWinding = genX(vk_to_intel_front_face)[d->front_face],
|
| H A D | gfx8_cmd_buffer.c | 499 .FrontWinding = genX(vk_to_intel_front_face)[d->front_face],
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 75 .front_face = PAN_ARCH <= 5,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader.c | 665 si_add_arg_checked(&ctx->args, AC_ARG_VGPR, 1, AC_ARG_INT, &ctx->args.front_face,
|