/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateUtil.cpp | 426 void bindComputeShader (const vk::DeviceInterface& vk, vk::VkCommandBuffer cmdBuffer, vk::VkShaderEXT compShader) in bindComputeShader() argument
|
H A D | vktShaderObjectBindingTests.cpp | 273 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 D | vktShaderObjectPerformanceTests.cpp | 825 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 D | vktShaderObjectPipelineInteractionTests.cpp | 221 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 D | vktPipelineBindPointTests.cpp | 494 ShaderWrapper compShader; in iterate() local
|
H A D | vktPipelineImageSlicedViewOf3DTests.cpp | 590 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 D | vktShaderTileImageTests.cpp | 811 std::stringstream compShader; in addCS() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineBindPointTests.cpp | 492 Move<VkShaderModule> compShader; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktAttachmentRateTests.cpp | 920 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 D | vktAttachmentRateTests.cpp | 751 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 D | vktSubgroupsTestsUtils.cpp | 4106 Move<VkShaderModule> compShader; in makeComputeOrMeshTestRequiredSubgroupSize() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsTestsUtils.cpp | 4088 Move<VkShaderModule> compShader; in makeComputeOrMeshTestRequiredSubgroupSize() local
|