Home
last modified time | relevance | path

Searched refs:hasIndirectArgs (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp734 const bool hasIndirectArgs = static_cast<bool>(indirectArgsCase.indirectArgs); in createMeshShaderApiTests() local
735 const bool strideZero = (hasIndirectArgs && indirectArgsCase.indirectArgs.get().stride == 0u); in createMeshShaderApiTests()
737 if (isIndirect != hasIndirectArgs) in createMeshShaderApiTests()
H A DvktMeshShaderApiTestsEXT.cpp793 const bool hasIndirectArgs = static_cast<bool>(indirectArgsCase.indirectArgs); in createMeshShaderApiTestsEXT() local
794 const bool strideZero = (hasIndirectArgs && indirectArgsCase.indirectArgs.get().stride == 0u); in createMeshShaderApiTestsEXT()
796 if (isIndirect != hasIndirectArgs) in createMeshShaderApiTestsEXT()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderApiTests.cpp734 const bool hasIndirectArgs = static_cast<bool>(indirectArgsCase.indirectArgs); in createMeshShaderApiTests() local
735 const bool strideZero = (hasIndirectArgs && indirectArgsCase.indirectArgs.get().stride == 0u); in createMeshShaderApiTests()
737 if (isIndirect != hasIndirectArgs) in createMeshShaderApiTests()
H A DvktMeshShaderApiTestsEXT.cpp793 const bool hasIndirectArgs = static_cast<bool>(indirectArgsCase.indirectArgs); in createMeshShaderApiTestsEXT() local
794 const bool strideZero = (hasIndirectArgs && indirectArgsCase.indirectArgs.get().stride == 0u); in createMeshShaderApiTestsEXT()
796 if (isIndirect != hasIndirectArgs) in createMeshShaderApiTestsEXT()

Completed in 6 milliseconds