Home
last modified time | relevance | path

Searched defs:compShader (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateUtil.cpp426 void bindComputeShader (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkShaderEXT compShader) in bindComputeShader() argument
H A DvktShaderObjectBindingTests.cpp273 vk::Move<vk::VkShaderEXT> compShader; in iterate() local
888 vk::Move<vk::VkShaderEXT> compShader = vk::createShader(vk, device, vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_COMPUTE_BIT, binaries.get("comp"), tessellationSupported, geometrySupported, &*descriptorSetLayout)); in iterate() local
H A DvktShaderObjectPerformanceTests.cpp825 const auto compShader = vk::createShader(vk, device, vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_COMPUTE_BIT, binaries.get("comp"), tessellationSupported, geometrySupported, &*descriptorSetLayout)); in iterate() local
H A DvktShaderObjectPipelineInteractionTests.cpp221 vk::Move<vk::VkShaderEXT> compShader = vk::createShader(vk, device, compCreateInfo); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp494 ShaderWrapper compShader; in iterate() local
H A DvktPipelineImageSlicedViewOf3DTests.cpp590 const auto compShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("comp")); in runComputePipeline() local
624 const auto compShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("compSample")); in runSamplingPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp811 std::stringstream compShader; in addCS() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp492 Move<VkShaderModule> compShader; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp920 Move<VkPipeline> AttachmentRateInstance::buildComputePipeline (VkDevice device, const vk::DeviceInterface& vk, VkShaderModule compShader, VkPipelineLayout pipelineLayout) const in buildComputePipeline() argument
1269 Move<VkShaderModule> compShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in runComputeShaderMode() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp751 Move<VkPipeline> AttachmentRateInstance::buildComputePipeline(VkShaderModule compShader, VkPipelineLayout pipelineLayout) const in buildComputePipeline() argument
1091 Move<VkShaderModule> compShader = createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0); in runComputeShaderMode() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp4106 Move<VkShaderModule> compShader; in makeComputeOrMeshTestRequiredSubgroupSize() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp4088 Move<VkShaderModule> compShader; in makeComputeOrMeshTestRequiredSubgroupSize() local

Completed in 39 milliseconds