Home
last modified time | relevance | path

Searched defs:stages (Results 101 - 125 of 200) sorted by relevance

12345678

/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c61 } stages[MESA_SHADER_STAGES]; member
115 const VkPipelineShaderStageCreateInfo *stages = in panvk_pipeline_builder_compile_shaders() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp1138 VkPipelineStageFlagBits stages[] = { VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT }; in createBufferMarkerTestsInGroup() local
H A DvktApiMaintenance3Check.cpp751 VkShaderStageFlags stages = 0u; in testCountLayoutSupport() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp504 createShaderStages(const vector<Move<VkShaderModule>>& modules, const vector<VkShaderStageFlagBits>& stages) createShaderStages() argument
H A DvktPipelineExecutablePropertiesTests.cpp635 VkShaderStageFlags stages = props[ndx][execNdx].stages; in verifyTestResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp334 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp415 const auto stages = m_params.usedStages(); in iterate() local
678 } stages[] = in createDirectionLengthTests() local
773 } stages[] = in createInsideAABBsTests() local
[all...]
H A DvktRayTracingMemGuaranteeTests.cpp789 stages[] in createMemGuaranteeTests() struct
H A DvktRayTracingNonUniformArgsTests.cpp251 const auto stages = (VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR | VK_SHADER_STAGE_MISS_BIT_KHR); in iterate() local
H A DvktRayTracingOpacityMicromapTests.cpp329 const auto stages = VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_MISS_BIT_KHR | VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR | VK_SHADER_STAGE_ANY_HIT_BIT_KHR; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectLinkTests.cpp864 vk::VkShaderStageFlagBits stages[] = { in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp2034 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
2110 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
[all...]
H A DvktSubgroupsSizeControlTests.cpp739 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
765 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
960 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in testRequireSubgroupSize() local
993 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in testRequireSubgroupSize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp1720 CaptureUseProgramStages(const State &glState, bool isCallValid, ProgramPipelineID pipelinePacked, GLbitfield stages, ShaderProgramID programPacked) CaptureUseProgramStages() argument
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp396 ShaderStageFlags stages; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp1929 void GL_APIENTRY GL_UseProgramStages(GLuint pipeline, GLbitfield stages, GLuint program) in GL_UseProgramStages() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp501 createShaderStages(const vector<Move<VkShaderModule>>& modules, const vector<VkShaderStageFlagBits>& stages) createShaderStages() argument
H A DvktPipelineExecutablePropertiesTests.cpp661 VkShaderStageFlags stages = props[ndx][execNdx].stages; in verifyTestResult() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryDirectionTests.cpp334 const auto stages = VK_SHADER_STAGE_COMPUTE_BIT; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingDirectionTests.cpp415 const auto stages = m_params.usedStages(); in iterate() local
677 } stages[] = in createDirectionLengthTests() local
772 } stages[] = in createInsideAABBsTests() local
[all...]
H A DvktRayTracingMemGuaranteeTests.cpp789 stages[] in createMemGuaranteeTests() struct
H A DvktRayTracingNonUniformArgsTests.cpp251 const auto stages = (VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR | VK_SHADER_STAGE_MISS_BIT_KHR); in iterate() local
H A DvktRayTracingOpacityMicromapTests.cpp329 const auto stages = VK_SHADER_STAGE_RAYGEN_BIT_KHR | VK_SHADER_STAGE_MISS_BIT_KHR | VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR | VK_SHADER_STAGE_ANY_HIT_BIT_KHR; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp2034 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
2110 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
[all...]
H A DvktSubgroupsSizeControlTests.cpp739 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in test() local
764 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in test() local
946 const VkShaderStageFlags stages = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage); in testRequireSubgroupSize() local
978 const VkShaderStageFlags stages = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage); in testRequireSubgroupSize() local

Completed in 45 milliseconds

12345678