Home
last modified time | relevance | path

Searched defs:Resource (Results 1 – 25 of 69) sorted by relevance

123

/third_party/python/Lib/importlib/resources/
D_legacy.py12 Resource = str variable
44 def open_binary(package: Package, resource: Resource) -> BinaryIO:
50 def read_binary(package: Package, resource: Resource) -> bytes:
58 resource: Resource,
71 resource: Resource,
111 resource: Resource,
/third_party/rust/crates/rustix/src/process/
Drlimit.rs39 pub fn setrlimit(resource: Resource, new: Rlimit) -> io::Result<()> { in setrlimit()
51 pub fn prlimit(pid: Option<Pid>, resource: Resource, new: Rlimit) -> io::Result<Rlimit> { in prlimit()
/third_party/vk-gl-cts/framework/common/
DtcuResource.hpp45 class Resource class
58 Resource (const std::string& name) : m_name(name) {} in Resource() function in tcu::Resource
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h148 struct Resource struct
152 UINT NumSubResources; argument
160 static inline Resource * argument
/third_party/skia/src/gpu/d3d/
DGrD3DTextureResource.h87 explicit Resource() in Resource() function
92 Resource(const gr_cp<ID3D12Resource>& textureResource, in Resource() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/global/
Dresource.js16 export const Resource = { variable
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs47 pub enum Resource { enum
173 impl Resource { impl
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp84 struct Resource struct in DrawTester
86 size_t id;
87 T &obj;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DResourceVk.cpp54 Resource::Resource() in Resource() function in rx::vk::Resource
59 Resource::Resource(Resource &&other) : Resource() in Resource() function in rx::vk::Resource
DRenderTargetVk.h25 class Resource; variable
/third_party/node/test/addons/make-callback-domain-warning/
Dtest.js19 class Resource { class
/third_party/skia/third_party/externals/swiftshader/src/Common/
DResource.cpp22 Resource::Resource(size_t bytes) : size(bytes) in Resource() function in sw::Resource
DResource.hpp36 class Resource class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DInstructionTables.cpp27 for (const std::pair<const uint64_t, ResourceUsage> Resource : in execute() local
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs381 pub(crate) fn setrlimit(limit: Resource, new: Rlimit) -> io::Result<()> { in setrlimit()
400 unsafe fn setrlimit_old(limit: Resource, new: Rlimit) -> io::Result<()> { in setrlimit_old()
406 pub(crate) fn prlimit(pid: Option<Pid>, limit: Resource, new: Rlimit) -> io::Result<Rlimit> { in prlimit()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp146 class Resource class
149Resource(const BufferSp& buffer_, vk::VkDescriptorType descriptorType_ = vk::VK_DESCRIPTOR_TYPE_ST… in Resource() function in vkt::SpirVAssembly::Resource
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp146 class Resource class
149Resource(const BufferSp& buffer_, vk::VkDescriptorType descriptorType_ = vk::VK_DESCRIPTOR_TYPE_ST… in Resource() function in vkt::SpirVAssembly::Resource
/third_party/skia/src/gpu/vk/
DGrVkSemaphore.h36 Resource(const GrVkGpu* gpu, VkSemaphore semaphore, in Resource() function
DGrVkImage.h274 explicit Resource(const GrVkGpu* gpu) in Resource() function
281 Resource(const GrVkGpu* gpu, VkImage image, const GrVkAlloc& alloc, VkImageTiling tiling) in Resource() function
/third_party/mesa3d/src/egl/main/
Deglsync.h43 _EGLResource Resource; member
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.hpp33 struct Resource struct
37 ID id;
42 TypeID type_id;
48 TypeID base_type_id;
59 std::string name;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp345 ResourceState &Resource = *Resources[Index]; in reserveResource() local
354 ResourceState &Resource = *Resources[Index]; in releaseResource() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingMutableTests.cpp586 struct Resource struct
588 VkDescriptorType descriptorType;
589 ResourceType resourceType;
590 Move<VkSampler> sampler;
591 de::MovePtr<ImageWithMemory> imageWithMemory;
592 Move<VkImageView> imageView;
593 de::MovePtr<BufferWithMemory> bufferWithMemory;
594 Move<VkBufferView> bufferView;
595 AccelerationStructureData asData;
596 deUint32 initialValue;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp511 struct Resource struct
513 VkDescriptorType descriptorType;
514 ResourceType resourceType;
515 Move<VkSampler> sampler;
516 de::MovePtr<ImageWithMemory> imageWithMemory;
517 Move<VkImageView> imageView;
518 de::MovePtr<BufferWithMemory> bufferWithMemory;
519 Move<VkBufferView> bufferView;
520 AccelerationStructureData asData;
521 deUint32 initialValue;
[all …]
DvktBindingMutableTests.cpp590 struct Resource struct
592 VkDescriptorType descriptorType;
593 ResourceType resourceType;
594 Move<VkSampler> sampler;
595 de::MovePtr<ImageWithMemory> imageWithMemory;
596 Move<VkImageView> imageView;
597 de::MovePtr<BufferWithMemory> bufferWithMemory;
598 Move<VkBufferView> bufferView;
599 AccelerationStructureData asData;
600 deUint32 initialValue;
[all …]

123