Home
last modified time | relevance | path

Searched refs:DISPATCH_BASE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp74 DISPATCH_BASE, enumerator
941 if (m_dispatchType == DISPATCH_BASE) in iterate()
983 else if (m_dispatchType == DISPATCH_BASE) in iterate()
1008 else if (m_dispatchType == DISPATCH_BASE) in iterate()
1256 …eGroup->addChild(new ShaderObjectDispatchPerformanceCase(testCtx, "dispatch_base", DISPATCH_BASE)); in createShaderObjectPerformanceTests()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeature_extensions.rs125 pub const DISPATCH_BASE: Self = Self(0b1_0000); constant
Dconst_debugs.rs3495 (PipelineCreateFlags::DISPATCH_BASE.0, "DISPATCH_BASE"), in fmt()
4451 (ShaderCreateFlagsEXT::DISPATCH_BASE.0, "DISPATCH_BASE"), in fmt()
Dextensions.rs26109 pub const DISPATCH_BASE: Self = Self(0b1_0000); constant