| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_cmd_buffer.c | 452 anv_cmd_buffer_bind_descriptor_set(struct anv_cmd_buffer *cmd_buffer, VkPipelineBindPoint bind_point, struct anv_pipeline_layout *layout, uint32_t set_index, struct anv_descriptor_set *set, uint32_t *dynamic_offset_count, const uint32_t **dynamic_offsets) anv_cmd_buffer_bind_descriptor_set() argument 793 anv_CmdPushConstants( VkCommandBuffer commandBuffer, VkPipelineLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) anv_CmdPushConstants() argument 833 anv_cmd_buffer_push_descriptor_set(struct anv_cmd_buffer *cmd_buffer, VkPipelineBindPoint bind_point, struct anv_descriptor_set_layout *layout, uint32_t _set) anv_cmd_buffer_push_descriptor_set() argument [all...] |
| H A D | anv_nir_apply_pipeline_layout.c | 42 const struct anv_pipeline_layout *layout; member 1414 anv_nir_apply_pipeline_layout(nir_shader *shader, const struct anv_physical_device *pdevice, bool robust_buffer_access, const struct anv_pipeline_layout *layout, struct anv_pipeline_bind_map *map) anv_nir_apply_pipeline_layout() argument [all...] |
| H A D | genX_query.c | 123 const struct intel_perf_query_field_layout *layout = in CreateQueryPool() local 137 const struct intel_perf_query_field_layout *layout = in CreateQueryPool() local 869 const struct intel_perf_query_field_layout *layout = emit_perf_intel_query() local 975 const struct intel_perf_query_field_layout *layout = &pdevice->perf->query_layout; CmdBeginQueryIndexedEXT() local 1178 const struct intel_perf_query_field_layout *layout = &pdevice->perf->query_layout; CmdEndQueryIndexedEXT() local [all...] |
| /third_party/mesa3d/src/intel/perf/ |
| H A D | intel_perf_query.c | 730 const struct intel_perf_query_field_layout *layout = &perf_cfg->query_layout; in snapshot_query_layout() local
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_render_pass.c | 1134 vk_image_layout_supports_input_attachment(VkImageLayout layout) vk_image_layout_supports_input_attachment() argument 1165 vk_image_layout_are_all_aspects_read_only(VkImageLayout layout, VkImageAspectFlags aspects) vk_image_layout_are_all_aspects_read_only() argument 1177 stage_access_for_layout(VkImageLayout layout, VkImageAspectFlags aspects) stage_access_for_layout() argument 1333 VkImageLayout layout = VK_IMAGE_LAYOUT_MAX_ENUM; can_use_attachment_initial_layout() local 1370 set_attachment_layout(struct vk_command_buffer *cmd_buffer, uint32_t att_idx, uint32_t view_mask, VkImageLayout layout, VkImageLayout stencil_layout) set_attachment_layout() argument 1388 transition_attachment(struct vk_command_buffer *cmd_buffer, uint32_t att_idx, uint32_t view_mask, VkImageLayout layout, VkImageLayout stencil_layout, uint32_t *barrier_count, uint32_t max_barrier_count, VkImageMemoryBarrier2 *barriers) transition_attachment() argument 1484 load_attachment(struct vk_command_buffer *cmd_buffer, uint32_t att_idx, uint32_t view_mask, VkImageLayout layout, VkImageLayout stencil_layout) load_attachment() argument [all...] |
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_pipeline.c | 55 const struct panvk_pipeline_layout *layout; member [all...] |
| H A D | panvk_vX_cmd_buffer.c | 545 const struct panvk_descriptor_set_layout *layout = set->layout; panvk_fill_non_vs_attribs() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | sparse-llvm.c | 1300 const char *arch, *vendor, *os, *env, *layout = NULL; in set_target() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_resource.c | 1093 struct fdl_layout *layout = &rsc->layout; fd_resource_layout_init() local 1259 enum fd_layout_type layout = fd_resource_allocate_and_resolve() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_draw.cpp | 344 VkImageLayout layout = zink_descriptor_util_image_layout_eval(ctx, res, is_compute); in update_barriers() local
|
| H A D | zink_resource.h | 135 VkImageLayout layout; member
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format.h | 165 enum util_format_layout layout; member
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | comp.rs | 179 pub fn layout(&self) -> Layout { in layout() functions 201 pub fn layout(&self, ctx: &BindgenContext) -> Option<Layout> { in layout() functions 1100 pub fn layout(&self, ctx: &BindgenContext) -> Option<Layout> { layout() functions [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 409 VkImageLayout layout = VK_IMAGE_LAYOUT_UNDEFINED; // layout used when image is accessed member 505 Move<VkDescriptorSetLayout> layout; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 285 LayoutFlags layout; member 430 std::string layout; in initPrograms() local 774 const AliasTest::LayoutFlags layout = AliasTest::LayoutFlags(1 << layoutIndex); AddAliasTests() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 881 const auto layout = createPipelineLayout(vk, device, testParameter); in testInstance() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassDitheringTests.cpp | 314 VkImageLayout layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in iterate() local 337 VkImageLayout layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; iterate() local 398 const auto layout = (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING) ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; render() local 413 const auto layout = m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING ? VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL : VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; render() local 636 const auto layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; createDrawResources() local 695 const auto layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; createDrawResources() local [all...] |
| H A D | vktRenderPassSampleReadTests.cpp | 676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument [all...] |
| H A D | vktRenderPassTestsUtil.cpp | 396 void AttachmentReference::setImageLayout (VkImageLayout layout) in setImageLayout() argument 371 AttachmentReference(deUint32 attachment, VkImageLayout layout, VkImageAspectFlags aspectMask) AttachmentReference() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmComputeShaderCase.cpp | 258 Move<VkDescriptorSet> createDescriptorSet (const DeviceInterface& vkdi, const VkDevice& device, VkDescriptorPool pool, VkDescriptorSetLayout layout, const vector<VkDescriptorType>& dtypes, const vector<VkDescriptorBufferInfo>& descriptorInfos, const vector<VkDescriptorImageInfo>& descriptorImageInfos) in createDescriptorSet() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| H A D | vktVideoDecodeTests.cpp | 542 getDecodedImage(DeviceContext& devctx, VkImageLayout layout, const DecodedFrame* frame) getDecodedImage() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| H A D | vktYCbCrConversionTests.cpp | 271 createDescriptorSet(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDescriptorPool descriptorPool, vk::VkDescriptorSetLayout layout, const std::vector<de::SharedPtr<vk::Unique<vk::VkSampler> > >& samplers, const std::vector<de::SharedPtr<vk::Unique<vk::VkImageView> > >& imageViews, deUint32 samplerBinding) createDescriptorSet() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 408 VkImageLayout layout = VK_IMAGE_LAYOUT_UNDEFINED; // layout used when image is accessed member 504 Move<VkDescriptorSetLayout> layout; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
| H A D | vktComputeWorkgroupMemoryExplicitLayoutTests.cpp | 312 LayoutFlags layout; member 452 std::string layout; in initPrograms() local 796 const AliasTest::LayoutFlags layout = AliasTest::LayoutFlags(1 << layoutIndex); AddAliasTests() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCAssembler.cpp | 760 void MCAssembler::layout(MCAsmLayout &Layout) { in layout() function in MCAssembler [all...] |