Home
last modified time | relevance | path

Searched defs:tessellation_shader (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderDirectiveTests.cpp417 void tessellation_shader(NegativeTestContext &ctx) in tessellation_shader() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs692 pub tessellation_shader: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs8645 pub tessellation_shader: Bool32, field
8747 pub fn tessellation_shader(mut self, tessellation_shader: bool) -> Self { in tessellation_shader() method