Home
last modified time | relevance | path

Searched defs:layout (Results 326 - 350 of 550) sorted by relevance

1...<<11121314151617181920>>...22

/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/panfrost/vulkan/
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/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...]
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp390 } layout; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVulkanSecondaryCommandBuffer.h534 ANGLE_INLINE void VulkanSecondaryCommandBuffer::pushConstants(const PipelineLayout &layout, in pushConstants() argument
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp1077 String layout = modifiers.fLayout.description(); in writeModifiers() local
1580 Layout layout; in generateCode() local
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp690 DSLLayout DSLParser::layout() { in layout() function in SkSL::DSLParser
756 DSLLayout layout = this->layout(); in modifiers() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTests.cpp46 static std::vector<uint8_t> GetExpectedTextureData(const utils::TextureDataCopyLayout& layout) { in GetExpectedTextureData() argument
64 GetExpectedTextureDataRGBA8( const utils::TextureDataCopyLayout& layout) GetExpectedTextureData() argument
[all...]
H A DBufferZeroInitTests.cpp1183 wgpu::TextureDataLayout layout = in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp748 Compile(const ProgrammableStage& programmableStage, SingleShaderStage stage, PipelineLayout* layout, uint32_t compileFlags) Compile() argument
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py392 def layout(self, style, layoutspec=None): global() member in Style
[all...]

Completed in 43 milliseconds

1...<<11121314151617181920>>...22