HomeSort by relevance Sort by last modified time
    Searched defs:descriptorPool (Results 1 - 21 of 21) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsBase.hpp 168 vk::Move<vk::VkDescriptorPool> descriptorPool;
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyDescriptorPool.java 46 @JRubyClass(name = "DescriptorPool")
50 RubyClass cDescriptorPool = protobuf.defineClassUnder("DescriptorPool", runtime.getObject(), new ObjectAllocator() {
58 descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Block.NULL_BLOCK);
99 * DescriptorPool.generated_pool => descriptor_pool
101 * Class method that returns the global DescriptorPool. This is a singleton into
108 return descriptorPool;
164 private static RubyDescriptorPool descriptorPool;
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineFramebufferAttachmentTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp 826 vk::Move<vk::VkDescriptorPool> descriptorPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsTestsUtils.cpp 402 const VkDescriptorPool descriptorPool,
410 descriptorPool, // VkDescriptorPool descriptorPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp 454 Move<VkDescriptorPool> descriptorPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp     [all...]
vktImageCompressionTranscodingSupport.cpp 405 const VkDescriptorPool& descriptorPool,
501 Move<VkDescriptorPool> descriptorPool;
525 descriptorPool = descriptorPoolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, imageData[0].getImageViewCount());
526 executeShader(*cmdBuffer, *descriptorSetLayout, *descriptorPool, imageData);
619 const VkDescriptorPool& descriptorPool,
667 descriptorSets[ndx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descriptorSetLayout));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 732 Move<VkDescriptorPool> descriptorPool;
741 descriptorPool = DescriptorPoolBuilder()
750 *descriptorPool,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 1624 milliseconds