/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.hpp | 71 int localSizeX; // May be used for compute shaders. member
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | DispatchComputePerf.cpp | 28 unsigned int localSizeX = 16; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.hpp | 71 int localSizeX; // May be used for compute shaders. member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | ComputeTests.cpp | 36 int localSizeX; member [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ShaderVars.cpp | 557 void WorkGroupSize::setLocalSize(int localSizeX, int localSizeY, int localSizeZ) in setLocalSize() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageQualifiersTests.cpp | 268 const std::string localSizeX = de::toString(localWorkGroupSize.x()); in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 96 const deUint32 localSizeX = de::gcd(numWorkGroupInvocations, maxWorkGroupSize[0]); in getLocalSizes() local
|
H A D | vktSubgroupsTestsUtils.cpp | 3886 makeComputePipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize) makeComputePipeline() argument 3948 makeMeshPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule taskModule, const VkShaderModule meshModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize, const VkRenderPass renderPass) makeMeshPipeline() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageQualifiersTests.cpp | 270 const std::string localSizeX = de::toString(localWorkGroupSize.x()); in initPrograms() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsSizeControlTests.cpp | 94 const deUint32 localSizeX = gcd(numWorkGroupInvocations, maxWorkGroupSize[0]); in getLocalSizes() local
|
H A D | vktSubgroupsTestsUtils.cpp | 3874 makeComputePipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize) makeComputePipeline() argument 3930 makeMeshPipeline(Context& context, const VkPipelineLayout pipelineLayout, const VkShaderModule taskModule, const VkShaderModule meshModule, const deUint32 pipelineShaderStageFlags, const deUint32 pipelineCreateFlags, VkPipeline basePipelineHandle, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ, deUint32 requiredSubgroupSize, const VkRenderPass renderPass) makeMeshPipeline() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.cpp | 312 localSize << "local_size_x = " << localSizeX; in makeComputePipeline() local 300 makeComputePipeline(glc::Context& context, const GlslSource &glslTemplate, deUint32 localSizeX, deUint32 localSizeY, deUint32 localSizeZ) makeComputePipeline() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 2682 const string localSizeX = de::toString(localSize.x()); in iterate() local
|