Home
last modified time | relevance | path

Searched defs:layout (Results 401 - 425 of 695) sorted by relevance

1...<<11121314151617181920>>...28

/third_party/mesa3d/src/intel/vulkan/
H A Danv_cmd_buffer.c452 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 Danv_nir_apply_pipeline_layout.c42 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 DgenX_query.c123 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 Dintel_perf_query.c730 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 Dvk_render_pass.c1134 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 Dpanvk_vX_pipeline.c55 const struct panvk_pipeline_layout *layout; member
[all...]
H A Dpanvk_vX_cmd_buffer.c545 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 Dsparse-llvm.c1300 const char *arch, *vendor, *os, *env, *layout = NULL; in set_target() local
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1093 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 Dzink_draw.cpp344 VkImageLayout layout = zink_descriptor_util_image_layout_eval(ctx, res, is_compute); in update_barriers() local
H A Dzink_resource.h135 VkImageLayout layout; member
/third_party/mesa3d/src/util/format/
H A Du_format.h165 enum util_format_layout layout; member
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs179 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 DvktBindingDescriptorBufferTests.cpp409 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 DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp285 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 DvktPipelineCreationCacheControlTests.cpp881 const auto layout = createPipelineLayout(vk, device, testParameter); in testInstance() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDitheringTests.cpp314 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 DvktRenderPassSampleReadTests.cpp676 createSubpassDescriptorSet(const DeviceInterface& vkd, VkDevice device, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkImageView imageView) createSubpassDescriptorSet() argument
[all...]
H A DvktRenderPassTestsUtil.cpp396 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 DvktSpvAsmComputeShaderCase.cpp258 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 DvktVideoDecodeTests.cpp542 getDecodedImage(DeviceContext& devctx, VkImageLayout layout, const DecodedFrame* frame) getDecodedImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp271 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 DvktBindingDescriptorBufferTests.cpp408 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 DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp312 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 DMCAssembler.cpp760 void MCAssembler::layout(MCAsmLayout &Layout) { in layout() function in MCAssembler
[all...]

Completed in 44 milliseconds

1...<<11121314151617181920>>...28