Home
last modified time | relevance | path

Searched defs:pipelineLayout (Results 1 - 25 of 404) sorted by relevance

12345678910>>...17

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsMakeUtil.cpp38 makeComputePipeline(const DeviceInterface& vk, const VkDevice device, const VkPipelineLayout pipelineLayout, const VkShaderModule shaderModule, const VkSpecializationInfo* specInfo) makeComputePipeline() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_layout.c127 vk_common_DestroyPipelineLayout(VkDevice _device, VkPipelineLayout pipelineLayout, UNUSED const VkAllocationCallbacks *pAllocator) vk_common_DestroyPipelineLayout() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.hpp85 const vk::PipelineLayout *const pipelineLayout; // Reference held by vk::Pipeline member in sw::ComputeProgram::vk
H A DVertexProgram.cpp27 VertexProgram( const VertexProcessor::State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) VertexProgram() argument
H A DPixelProgram.cpp25 PixelProgram( const PixelProcessor::State &state, const vk::PipelineLayout *pipelineLayout, const SpirvShader *spirvShader, const vk::DescriptorSet::Bindings &descriptorSets) PixelProgram() argument
H A DComputeProgram.cpp41 ComputeProgram::ComputeProgram(vk::Device *device, std::shared_ptr<SpirvShader> shader, vk::PipelineLayout const *pipelineLayout, const vk::DescriptorSet::Bindings &descriptorSets) in ComputeProgram() argument
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DVertexProcessor.cpp91 routine(const State &state, vk::PipelineLayout const *pipelineLayout, SpirvShader const *vertexShader, const vk::DescriptorSet::Bindings &descriptorSets) routine() argument
H A DPixelProcessor.cpp179 routine(const State &state, const vk::PipelineLayout *pipelineLayout, const SpirvShader *pixelShader, const vk::DescriptorSet::Bindings &descriptorSets) routine() argument
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DEntryPointTests.cpp78 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&pipelineLayoutDesc); in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawIndirectValidationTests.cpp37 wgpu::PipelineLayout pipelineLayout = utils::MakeBasicPipelineLayout(device, nullptr); variable
H A DLabelTests.cpp269 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&descriptor); in TEST_F() local
276 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&descriptor); in TEST_F() local
285 wgpu::PipelineLayout pipelineLayout = device.CreatePipelineLayout(&descriptor); in TEST_F() local
H A DRenderBundleValidationTests.cpp115 wgpu::PipelineLayout pipelineLayout; member in __anon20585::RenderBundleValidationTest
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradv_radix_sort.c127 vkDestroyPipelineLayout(VkDevice _device, VkPipelineLayout pipelineLayout, in vkDestroyPipelineLayout() argument
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_layout.h192 static inline size_t vn_sizeof_vkDestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyPipelineLayout() argument
207 static inline void vn_encode_vkDestroyPipelineLayout(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in vn_encode_vkDestroyPipelineLayout() argument
220 static inline size_t vn_sizeof_vkDestroyPipelineLayout_reply(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyPipelineLayout_reply() argument
232 static inline void vn_decode_vkDestroyPipelineLayout_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyPipelineLayout_reply() argument
264 static inline void vn_submit_vkDestroyPipelineLayout(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) in vn_submit_vkDestroyPipelineLayout() argument
307 vn_call_vkDestroyPipelineLayout(struct vn_instance *vn_instance, VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyPipelineLayout() argument
320 vn_async_vkDestroyPipelineLayout(struct vn_instance *vn_instance, VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyPipelineLayout() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c100 vn_DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks *pAllocator) vn_DestroyPipelineLayout() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiNullHandleTests.cpp114 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp293 auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryProceduralGeometryTests.cpp121 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsBase.hpp192 vk::Move<vk::VkPipelineLayout> pipelineLayout; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktDrawUtil.hpp152 vk::refdetails::Move<vk::VkPipelineLayout> pipelineLayout; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiNullHandleTests.cpp114 inline void release (Context& context, VkPipelineLayout pipelineLayout, const VkAllocationCallbacks* pAllocator) in release() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBuilderUtil.cpp291 void DescriptorSetUpdateBuilder::updateWithPush (const DeviceInterface& vk, VkCommandBuffer cmd, VkPipelineBindPoint bindPoint, VkPipelineLayout pipelineLayout, deUint32 setIdx, deUint32 descriptorIdx, deUint32 numDescriptors) const in updateWithPush() argument
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp308 VkPipelineLayout pipelineLayout; in finalize() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp238 VkPipelineLayout pipelineLayout; in test() local
H A DDevice.cpp243 CreateComputePipeline( VkShaderModule module, VkPipelineLayout pipelineLayout, VkPipeline *out) const CreateComputePipeline() argument

Completed in 16 milliseconds

12345678910>>...17