Home
last modified time | relevance | path

Searched refs:SetDebugName (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DResourceManager11.h27 HRESULT SetDebugName(ID3D11DeviceChild *resource,
32 HRESULT SetDebugName(angle::ComPtr<T> &resource, in SetDebugName() function
36 return SetDebugName(resource.Get(), internalName, khrDebugName); in SetDebugName()
259 d3d11::SetDebugName(mData->object, mInternalDebugName, mKhrDebugName); in UpdateDebugNameWithD3D()
H A Drenderer11_utils.cpp2292 HRESULT SetDebugName(ID3D11DeviceChild *resource, in SetDebugName() function
H A DRenderer11.cpp957 d3d11::SetDebugName(mDeviceContext, "DeviceContext", nullptr); in initializeD3DDevice()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DQuerySetD3D12.cpp72 SetDebugName(ToBackend(GetDevice()), mQueryHeap.Get(), "Dawn_QuerySet", GetLabel()); in SetLabelImpl()
H A DStagingBufferD3D12.cpp51 SetDebugName(mDevice, GetResource(), "Dawn_StagingBuffer"); in Initialize()
H A DUtilsD3D12.h84 void SetDebugName(Device* device,
H A DComputePipelineD3D12.cpp81 SetDebugName(ToBackend(GetDevice()), GetPipelineState(), "Dawn_ComputePipeline", in SetLabelImpl()
H A DBufferD3D12.cpp444 SetDebugName(ToBackend(GetDevice()), mResourceAllocation.GetD3D12Resource(), "Dawn_Buffer", in SetLabelImpl()
H A DUtilsD3D12.cpp375 void SetDebugName(Device* device, ID3D12Object* object, const char* prefix, std::string label) { in SetDebugName() function
H A DRenderPipelineD3D12.cpp445 SetDebugName(ToBackend(GetDevice()), GetPipelineState(), "Dawn_RenderPipeline", GetLabel()); in SetLabelImpl()
H A DTextureD3D12.cpp1138 SetDebugName(ToBackend(GetDevice()), mResourceAllocation.GetD3D12Resource(), prefix, in SetLabelHelper()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DPipelineLayoutVk.cpp80 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_PIPELINE_LAYOUT, in SetLabelImpl()
H A DStagingBufferVk.cpp61 SetDebugName(mDevice, VK_OBJECT_TYPE_BUFFER, reinterpret_cast<uint64_t&>(mBuffer), in Initialize()
H A DQuerySetVk.cpp113 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_QUERY_POOL, in SetLabelImpl()
H A DUtilsVulkan.h109 void SetDebugName(Device* device,
H A DSamplerVk.cpp127 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_SAMPLER, in SetLabelImpl()
H A DComputePipelineVk.cpp88 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_PIPELINE, in SetLabelImpl()
H A DBindGroupVk.cpp176 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_DESCRIPTOR_SET, in SetLabelImpl()
H A DBindGroupLayoutVk.cpp196 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_DESCRIPTOR_SET_LAYOUT, in SetLabelImpl()
H A DShaderModuleVk.cpp197 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_SHADER_MODULE, in GetTransformedModuleHandle()
H A DBufferVk.cpp384 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_BUFFER, in SetLabelImpl()
H A DUtilsVulkan.cpp171 void SetDebugName(Device* device, in SetDebugName() function
H A DTextureVk.cpp832 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_IMAGE, in SetLabelHelper()
1354 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_IMAGE_VIEW, in SetLabelImpl()
H A DRenderPipelineVk.cpp558 SetDebugName(ToBackend(GetDevice()), VK_OBJECT_TYPE_PIPELINE, in SetLabelImpl()

Completed in 32 milliseconds