Home
last modified time | relevance | path

Searched defs:SubCase (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fComputeShaderBuiltinVarTests.cpp89 struct SubCase struct in deqp::gles31::Functional::ComputeBuiltinVarCase
91 UVec3 localSize;
92 UVec3 numWorkGroups;
94 SubCase(void) in SubCase() function
97 SubCase(const UVec3 &localSize_, const UVec3 &numWorkGroups_) in SubCase() function
/aosp_15_r20/external/deqp/modules/internal/
H A DditFrameworkTests.cpp602 struct SubCase struct in dit::__anon0dbf89670111::ConstantInterpolationTest
604 tcu::IVec3 rtSize; // (width, height, samples)
605 tcu::Vec4 vtx[3];
606 tcu::Vec4 varying;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp111 class SubCase class
126 SubCase(void) in SubCase() function in vkt::compute::__anon8c7b201d0111::SubCase
129 SubCase(const UVec3 &localSize_, const UVec3 &numWorkGroups_) in SubCase() function in vkt::compute::__anon8c7b201d0111::SubCase
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp200 enum class SubCase : uint32_t enum