Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dpolygon.c106 front_face(struct gl_context *ctx, GLenum mode, bool no_error) in front_face() function
/external/rust/crates/vulkano/src/pipeline/
Draster.rs35 pub front_face: FrontFace, field
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp292 void front_face (NegativeTestContext& ctx) in front_face() function
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.h49 VkFrontFace front_face; member
/external/mesa3d/src/amd/common/
Dac_shader_args.h84 struct ac_arg front_face; member
/external/mesa3d/src/amd/vulkan/
Dradv_meta.h63 VkFrontFace front_face; member
Dradv_private.h1203 VkFrontFace front_face; member
/external/deqp-deps/amber/src/vulkan/
Dgraphics_pipeline.cc153 VkFrontFace ToVkFrontFace(FrontFace front_face) { in ToVkFrontFace()
/external/mesa3d/src/intel/vulkan/
Danv_private.h2767 VkFrontFace front_face; member
/external/rust/crates/ash/src/vk/
Ddefinitions.rs5445 pub front_face: FrontFace, field
5517 pub fn front_face(mut self, front_face: FrontFace) -> Self { in front_face() method