Home
last modified time | relevance | path

Searched defs:layout (Results 101 - 125 of 552) sorted by relevance

12345678910>>...23

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonicalCharacterData.java
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_layout.c33 is_r8g8(const struct fdl_layout *layout) in is_r8g8() argument
40 fdl6_get_ubwc_blockwidth(const struct fdl_layout *layout, in fdl6_get_ubwc_blockwidth() argument
74 fdl6_tile_alignment(struct fdl_layout *layout, uint32_t *heightalign) in fdl6_tile_alignment() argument
104 fdl6_layout(struct fdl_layout *layout, enum pipe_format format, uint32_t nr_samples, uint32_t width0, uint32_t height0, uint32_t depth0, uint32_t mip_levels, uint32_t array_size, bool is_3d, struct fdl_explicit_layout *explicit_layout) fdl6_layout() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.h95 struct radv_descriptor_set_layout *layout; member
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_lower_vulkan_resource.c84 const struct lvp_pipeline_layout *layout = data_cb; in lower_block_instr() local
115 const struct lvp_pipeline_layout *layout = data_cb; in lower_vri_intrin_vri() local
176 lower_vri_instr_tex_deref(nir_tex_instr *tex, nir_tex_src_type deref_src_type, gl_shader_stage stage, struct lvp_pipeline_layout *layout, BITSET_WORD used[], size_t used_size) lower_vri_instr_tex_deref() argument
245 struct lvp_pipeline_layout *layout = data_cb; lower_vri_instr_tex() local
260 const struct lvp_pipeline_layout *layout = data_cb; lower_vri_intrin_image() local
348 lvp_lower_pipeline_layout(const struct lvp_device *device, struct lvp_pipeline_layout *layout, nir_shader *shader) lvp_lower_pipeline_layout() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_image.c236 pvr_GetImageSubresourceLayout(VkDevice device, VkImage _image, const VkImageSubresource *subresource, VkSubresourceLayout *layout) pvr_GetImageSubresourceLayout() argument
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_cmd_enqueue.c122 vk_cmd_enqueue_CmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount, const VkWriteDescriptorSet *pDescriptorWrites) vk_cmd_enqueue_CmdPushDescriptorSetKHR() argument
215 vk_cmd_enqueue_CmdBindDescriptorSets(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipelineLayout layout, uint32_t firstSet, uint32_t descriptorSetCount, const VkDescriptorSet* pDescriptorSets, uint32_t dynamicOffsetCount, const uint32_t *pDynamicOffsets) vk_cmd_enqueue_CmdBindDescriptorSets() argument
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c219 shader_create(struct panvk_device *dev, gl_shader_stage stage, const VkPipelineShaderStageCreateInfo *stage_info, const struct panvk_pipeline_layout *layout, unsigned sysval_ubo, struct pan_blend_state *blend_state, bool static_blend_constants, const VkAllocationCallbacks *alloc) shader_create() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferComputeInstance.cpp157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
192 createDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer viewA, deUint32 offsetA, VkBuffer viewB, deUint32 offsetB, VkBuffer resBuf, vkt::Context& context) createDescriptorSet() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp125 InputDataLayoutType layout; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferComputeInstance.cpp157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
192 createDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer viewA, deUint32 offsetA, VkBuffer viewB, deUint32 offsetB, VkBuffer resBuf, vkt::Context& context) createDescriptorSet() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.h113 VkDescriptorSetLayout layout = VK_NULL_HANDLE; member
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp115 const AttribLayout& layout = attrib_layout(cpuType); in set() local
/third_party/skia/src/gpu/vk/
H A DGrVkUniformHandler.cpp88 static inline uint32_t grsltype_to_vk_size(GrSLType type, int layout) { in grsltype_to_vk_size() argument
164 get_aligned_offset(uint32_t* currentOffset, GrSLType type, int arrayCount, int layout) get_aligned_offset() argument
351 Layout layout = fUsePushConstants ? kStd430Layout : kStd140Layout; appendUniformDecls() local
372 Layout layout = fUsePushConstants ? kStd430Layout : kStd140Layout; getRTFlipOffset() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.hpp71 PipelineLayout *layout = nullptr; member in vk::Pipeline
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DPipelineLayoutD3D12.cpp74 Ref<PipelineLayout> layout = AcquireRef(new PipelineLayout(device, descriptor)); in Create() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DPipelineGL.cpp53 InitializeBase(const OpenGLFunctions& gl, const PipelineLayout* layout, const PerStage<ProgrammableStage>& stages) InitializeBase() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp110 GetTransformedModuleHandle( const char* entryPointName, PipelineLayout* layout) GetTransformedModuleHandle() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPipeline.cpp25 ValidateProgrammableStage(DeviceBase* device, const ShaderModuleBase* module, const std::string& entryPoint, uint32_t constantCount, const ConstantEntry* constants, const PipelineLayoutBase* layout, SingleShaderStage stage) ValidateProgrammableStage() argument
105 PipelineBase(DeviceBase* device, PipelineLayoutBase* layout, const char* label, std::vector<StageAndDescriptor> stages) PipelineBase() argument
H A DShaderModule.cpp445 GetBindGroupMinBufferSizes(const BindingGroupInfoMap& shaderBindings, const BindGroupLayoutBase* layout) GetBindGroupMinBufferSizes() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DObjectCachingTests.cpp142 wgpu::PipelineLayout layout = utils::MakeBasicPipelineLayout(device, nullptr); in TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/utils/
H A DTestUtils.cpp43 TextureDataCopyLayout layout; in GetTextureDataCopyLayoutForTextureAtLevel() local
[all...]
/third_party/skia/gm/
H A Danalytic_gradients.cpp159 const int* layout = M_POSITIONS[cellCol]; variable
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.hpp125 InputDataLayoutType layout; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.h53 auto layout = MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp85 LayoutParam layout; in MakeInnerLayoutParam() local
207 LayoutParam layout = MakeInnerLayoutParam(); in PerformLayout() local
[all...]

Completed in 15 milliseconds

12345678910>>...23