OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getShaderGridSize
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTestsUtil.cpp
40
tcu::UVec3
getShaderGridSize
(const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel)
130
const tcu::UVec3 gridSize =
getShaderGridSize
(imageType, imageSize);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp
39
tcu::UVec3
getShaderGridSize
(const ImageType imageType, const tcu::UVec3& imageSize, const deUint32 mipLevel)
129
const tcu::UVec3 gridSize =
getShaderGridSize
(imageType, imageSize);
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp
60
tcu::UVec3
getShaderGridSize
(const ImageType imageType, const tcu::UVec3& imageSize)
142
const tcu::UVec3 gridSize =
getShaderGridSize
(imageType, imageSize);
[
all
...]
Completed in 639 milliseconds