Home
last modified time | relevance | path

Searched defs:front_face (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Drasterization.rs53 pub front_face: StateMode<FrontFace>, field
125 pub fn front_face(mut self, front_face: FrontFace) -> Self { in front_face() method
Dbuilder.rs2967 let front_face = match front_face { in record_create() localVariable
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dpolygon.c108 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp305 void front_face(NegativeTestContext &ctx) in front_face() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs1004 pub(in crate::command_buffer) front_face: Option<FrontFace>, field
1338 pub fn front_face(&self) -> Option<FrontFace> { in front_face() method
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc153 VkFrontFace ToVkFrontFace(FrontFace front_face) { in ToVkFrontFace()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_shader_args.h148 struct ac_arg front_face; member
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt_builder.h404 nir_def *front_face; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs692 front_face: Option<FrontFace>, field
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h286 VkFrontFace front_face; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h341 VkFrontFace front_face; member
849 uint8_t front_face; //VkFrontFace:1 member
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.h6062 bool front_face : 1; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs6078 pub front_face: FrontFace, field
6160 pub fn front_face(mut self, front_face: FrontFace) -> Self { in front_face() method