| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| D | LabelTests.cpp | 26 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout(device, {}); in TEST_F() local 28 wgpu::BindGroupDescriptor descriptor; in TEST_F() local 61 wgpu::BindGroupLayoutDescriptor descriptor = {}; in TEST_F() local 92 wgpu::BufferDescriptor descriptor; in TEST_F() local 123 wgpu::CommandBufferDescriptor descriptor; in TEST_F() local 155 wgpu::CommandEncoderDescriptor descriptor; in TEST_F() local 186 wgpu::ComputePassDescriptor descriptor; in TEST_F() local 230 wgpu::ExternalTextureDescriptor descriptor; in TEST_F() local 261 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout(device, {}); in TEST_F() local 263 wgpu::PipelineLayoutDescriptor descriptor; in TEST_F() local [all …]
|
| D | BindGroupValidationTests.cpp | 27 wgpu::TextureDescriptor descriptor; in CreateTexture() local 43 wgpu::BufferDescriptor descriptor; in SetUp() local 49 wgpu::BufferDescriptor descriptor; in SetUp() local 84 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout(device, {}); in TEST_F() local 86 wgpu::BindGroupDescriptor descriptor; in TEST_F() local 104 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_F() local 116 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_F() local 128 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_F() local 141 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_F() local 152 wgpu::BindGroupDescriptor descriptor; in TEST_F() local [all …]
|
| D | MinimumBufferSizeValidationTests.cpp | 169 wgpu::PipelineLayoutDescriptor descriptor; in CreateComputePipeline() local 199 wgpu::PipelineLayoutDescriptor descriptor; in CreateRenderPipeline() local 230 wgpu::BindGroupLayoutDescriptor descriptor; in CreateBindGroupLayout() local 238 wgpu::ComputePipeline pipeline = CreateComputePipelineWithDefaultLayout(shader); in GetBGLFromComputeShader() local 246 wgpu::RenderPipeline pipeline = in GetBGLFromRenderShaders() local 252 wgpu::BindGroup CreateBindGroup(wgpu::BindGroupLayout layout, in CreateBindGroup() 271 wgpu::BindGroupDescriptor descriptor; in CreateBindGroup() local 333 wgpu::BindGroupLayout layout = CreateBindGroupLayout(bindings, {0, 0}); in TEST_F() local 348 wgpu::BindGroupLayout layout = CreateBindGroupLayout(bindings, sizes); in TEST_F() local 392 wgpu::BindGroupLayout layout = CreateBindGroupLayout(bindings, {8, 4}); in TEST_F() local [all …]
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | DestroyTests.cpp | 43 utils::ComboRenderPipelineDescriptor descriptor; in SetUp() local 67 wgpu::RenderPipeline pipeline; member in DestroyTest 161 wgpu::BufferDescriptor descriptor; in TEST_P() local 188 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local
|
| D | BindGroupTests.cpp | 31 wgpu::CommandBuffer CreateSimpleComputeCommandBuffer(const wgpu::ComputePipeline& pipeline, in CreateSimpleComputeCommandBuffer() 44 wgpu::PipelineLayoutDescriptor descriptor; in MakeBasicPipelineLayout() local 199 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&textureDescriptor); in TEST_P() local 275 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&pipelineDescriptor); in TEST_P() local 291 wgpu::TextureDescriptor descriptor; in TEST_P() local 385 wgpu::RenderPipeline pipeline = device.CreateRenderPipeline(&textureDescriptor); in TEST_P() local 555 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 558 wgpu::RenderPipeline pipeline = in TEST_P() local 604 wgpu::BindGroupLayout layout = utils::MakeBindGroupLayout( in TEST_P() local 608 wgpu::RenderPipeline pipeline = in TEST_P() local [all …]
|
| D | CopyTextureForBrowserTests.cpp | 72 static std::vector<RGBA8> GetTextureData(const utils::TextureDataCopyLayout& layout, in GetTextureData() 290 wgpu::TextureDescriptor descriptor; in CreateTexture() local 460 wgpu::ComputePipeline pipeline; member in CopyTextureForBrowserTests
|
| D | BufferZeroInitTests.cpp | 61 wgpu::BufferDescriptor descriptor; in CreateBuffer() local 91 wgpu::TextureDescriptor descriptor; local 175 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDescriptor); in TestBufferZeroInitInBindGroup() local 220 utils::ComboRenderPipelineDescriptor descriptor; in CreateRenderPipelineForTest() local 442 wgpu::ComputePipeline pipeline = device.CreateComputePipeline(&pipelineDescriptor); in TestBufferZeroInitAsIndirectBufferForDispatchIndirect() local 1183 wgpu::TextureDataLayout layout = in TEST_P() local 1328 wgpu::QuerySetDescriptor descriptor; in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | ComputePassEncoder.cpp | 114 const ComputePassDescriptor* descriptor, in ComputePassEncoder() 223 Ref<BindGroupLayoutBase> layout; in TransformIndirectDispatchBuffer() local 360 void ComputePassEncoder::APISetPipeline(ComputePipelineBase* pipeline) { in APISetPipeline() 427 PipelineLayoutBase* layout = mCommandBufferState.GetPipelineLayout(); in AddDispatchSyncScope() local
|
| D | IndirectDrawValidationEncoder.cpp | 324 ComputePipelineBase* pipeline; in EncodeIndirectDrawValidationCommands() local 327 Ref<BindGroupLayoutBase> layout; in EncodeIndirectDrawValidationCommands() local 356 ComputePassDescriptor descriptor = {}; in EncodeIndirectDrawValidationCommands() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | CommandBufferD3D12.cpp | 141 RenderPipeline* pipeline, in RecordFirstIndexOffset() 158 PipelineLayout* layout = ToBackend(pipeline->GetLayout()); in RecordFirstIndexOffset() local 242 ComputePipeline* pipeline, in RecordNumWorkgroupsForDispatch() 248 PipelineLayout* layout = ToBackend(pipeline->GetLayout()); in RecordNumWorkgroupsForDispatch() local 656 const CommandBufferDescriptor* descriptor) { in Create() 660 CommandBuffer::CommandBuffer(CommandEncoder* encoder, const CommandBufferDescriptor* descriptor) in CommandBuffer() 1117 ComputePipeline* pipeline = ToBackend(cmd->pipeline).Get(); in RecordComputePass() local 1497 RenderPipeline* pipeline = ToBackend(cmd->pipeline).Get(); in RecordRenderPass() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/ |
| D | vktUniformBlockCase.cpp | 551 UniformLayout& layout, in computeReferenceLayout() 690 void computeReferenceLayout (UniformLayout& layout, const ShaderInterface& interface) in computeReferenceLayout() 783 void generateValues (const UniformLayout& layout, const std::map<int, void*>& blockPointers, deUint… in generateValues() 1054 …fset (int blockNdx, const UniformBlock& block, const Uniform& uniform, const UniformLayout& layout) in getBlockMemberOffset() 1161 …::ostringstream& src, int blockNdx, const UniformBlock& block, const UniformLayout& layout, bool s… in generateDeclaration() 1457 const UniformLayout& layout, in generateCompareSrc() 1526 const UniformLayout& layout, in generateCompareSrc() 1579 std::string generateVertexShader (const ShaderInterface& interface, const UniformLayout& layout, co… in generateVertexShader() 1623 std::string generateFragmentShader (const ShaderInterface& interface, const UniformLayout& layout, … in generateFragmentShader() 1819 const UniformLayout& layout, in UniformBlockCaseInstance() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/ |
| D | vktUniformBlockCase.cpp | 551 UniformLayout& layout, in computeReferenceLayout() 690 void computeReferenceLayout (UniformLayout& layout, const ShaderInterface& interface) in computeReferenceLayout() 783 void generateValues (const UniformLayout& layout, const std::map<int, void*>& blockPointers, deUint… in generateValues() 1054 …fset (int blockNdx, const UniformBlock& block, const Uniform& uniform, const UniformLayout& layout) in getBlockMemberOffset() 1161 …::ostringstream& src, int blockNdx, const UniformBlock& block, const UniformLayout& layout, bool s… in generateDeclaration() 1457 const UniformLayout& layout, in generateCompareSrc() 1526 const UniformLayout& layout, in generateCompareSrc() 1579 std::string generateVertexShader (const ShaderInterface& interface, const UniformLayout& layout, co… in generateVertexShader() 1623 std::string generateFragmentShader (const ShaderInterface& interface, const UniformLayout& layout, … in generateFragmentShader() 1819 const UniformLayout& layout, in UniformBlockCaseInstance() [all …]
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_device_generated_commands.c | 30 radv_get_sequence_size(const struct radv_indirect_command_layout *layout, in radv_get_sequence_size() 31 const struct radv_graphics_pipeline *pipeline, uint32_t *cmd_size, in radv_get_sequence_size() 197 nir_ssa_def *descriptor; member 1009 struct radv_indirect_command_layout *layout; in radv_CreateIndirectCommandsLayoutNV() local
|
| D | radv_private.h | 425 radv_meta_blit_ds_to_type(VkImageLayout layout) in radv_meta_blit_ds_to_type() 445 radv_meta_dst_layout_from_layout(VkImageLayout layout) in radv_meta_dst_layout_from_layout() 452 radv_meta_dst_layout_to_layout(enum radv_meta_dst_layout layout) in radv_meta_dst_layout_to_layout() 539 VkPipeline pipeline; member 545 VkPipeline pipeline; member 551 VkPipeline pipeline; member 556 VkPipeline pipeline[MAX_SAMPLES_LOG2]; member 562 VkPipeline pipeline; member 567 VkPipeline pipeline[MAX_SAMPLES_LOG2]; member 573 VkPipeline pipeline; member [all …]
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| D | lvp_execute.c | 185 struct lvp_pipeline *pipeline[2]; member 274 struct lvp_pipeline *pipeline = state->pipeline[is_compute]; in update_inline_shader_state() local 1079 const union lvp_descriptor_info *descriptor, in fill_sampler_stage() 1107 const union lvp_descriptor_info *descriptor, in fill_sampler_view_stage() 1177 const union lvp_descriptor_info *descriptor, in fill_sampler_buffer_view_stage() 1217 const union lvp_descriptor_info *descriptor, in fill_image_view_stage() 1262 const union lvp_descriptor_info *descriptor, in fill_image_buffer_view_stage() 1294 const union lvp_descriptor_info *descriptor) in handle_descriptor() 1407 const struct lvp_descriptor *descriptor; in handle_set_stage() local 1424 const struct lvp_descriptor_set_layout *layout = in increment_dyn_info() local [all …]
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan_funcs.hpp | 2288 VULKAN_HPP_NAMESPACE::SubresourceLayout layout; in getImageSubresourceLayout() local 2784 VULKAN_HPP_NAMESPACE::Pipeline pipeline; in createGraphicsPipeline() local 2823 for ( auto const & pipeline : pipelines ) in createGraphicsPipelinesUnique() local 2858 for ( auto const & pipeline : pipelines ) in createGraphicsPipelinesUnique() local 2875 VULKAN_HPP_NAMESPACE::Pipeline pipeline; in createGraphicsPipelineUnique() local 2973 VULKAN_HPP_NAMESPACE::Pipeline pipeline; in createComputePipeline() local 3012 for ( auto const & pipeline : pipelines ) in createComputePipelinesUnique() local 3047 for ( auto const & pipeline : pipelines ) in createComputePipelinesUnique() local 3064 VULKAN_HPP_NAMESPACE::Pipeline pipeline; in createComputePipelineUnique() local 3084 …ULKAN_HPP_INLINE void Device::destroyPipeline( VULKAN_HPP_NAMESPACE::Pipeline p… in destroyPipeline() [all …]
|
| D | vulkan_raii.hpp | 9355 … VkPipeline pipeline, in Pipeline() 12463 VULKAN_HPP_NAMESPACE::SubresourceLayout layout; in getSubresourceLayout() local 12608 for ( auto & pipeline : pipelines ) in createGraphicsPipelines() local 12622 VULKAN_HPP_NAMESPACE::Pipeline pipeline; in createGraphicsPipeline() local 12668 for ( auto & pipeline : pipelines ) in createComputePipelines() local 12682 VULKAN_HPP_NAMESPACE::Pipeline pipeline; in createComputePipeline() local 13075 … VULKAN_HPP_NAMESPACE::PipelineLayout layout, in bindDescriptorSets() 13472 …P_INLINE void CommandBuffer::pushConstants( VULKAN_HPP_NAMESPACE::PipelineLayout … in pushConstants() 16555 … VULKAN_HPP_NAMESPACE::PipelineLayout layout, in pushDescriptorSetKHR() 16571 … VULKAN_HPP_NAMESPACE::PipelineLayout layout, in pushDescriptorSetWithTemplateKHR() [all …]
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| D | pvr_private.h | 393 union pvr_sampler_descriptor descriptor; member 511 VkImageLayout layout; member 521 const struct pvr_descriptor_set_layout *layout; member 1065 struct pvr_pipeline_layout *layout; member 1094 struct pvr_stage_allocation_descriptor_state descriptor; member 1344 to_pvr_compute_pipeline(struct pvr_pipeline *pipeline) in to_pvr_compute_pipeline() 1351 to_pvr_graphics_pipeline(struct pvr_pipeline *pipeline) in to_pvr_graphics_pipeline()
|
| D | pvr_cmd_buffer.c | 2106 VkPipelineLayout layout, in pvr_CmdPushConstants() 2788 const struct pvr_descriptor *descriptor; in pvr_setup_descriptor_mappings() local 2940 const struct pvr_compute_pipeline *pipeline = state->compute_pipeline; in pvr_compute_update_shared() local 3040 const struct pvr_compute_pipeline *pipeline = state->compute_pipeline; in pvr_compute_update_kernel() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 290 VkDescriptorType descriptor; // descriptor type under test member 409 VkImageLayout layout = VK_IMAGE_LAYOUT_UNDEFINED; // layout used when image is accessed member 505 Move<VkDescriptorSetLayout> layout; member 3178 const VkPipeline pipeline, in createShaderBindingTable() 3896 VkImageLayout layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in initializeBinding() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| D | vktBindingDescriptorBufferTests.cpp | 289 VkDescriptorType descriptor; // descriptor type under test member 408 VkImageLayout layout = VK_IMAGE_LAYOUT_UNDEFINED; // layout used when image is accessed member 504 Move<VkDescriptorSetLayout> layout; member 3149 const VkPipeline pipeline, in createShaderBindingTable() 3867 VkImageLayout layout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in initializeBinding() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.cpp | 5880 bufferDescriptor* descriptor = pair.m_descriptor; in test() local 7788 Utils::Pipeline pipeline(m_context); in test() local 8982 std::string layout = ""; in test() local 15303 VaryingComponentsTest::testCase::testCase(COMPONENTS_LAYOUT layout, Utils::Type::TYPES type) in test() 26370 bufferDescriptor* descriptor = pair.m_descriptor; in test() local 26775 bufferDescriptor* descriptor = pair.m_descriptor; in test() local 27152 bufferDescriptor* descriptor = pair.m_descriptor; in test() local 27501 bufferDescriptor* descriptor = pair.m_descriptor; in test() local
|