| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
| H A D | CanonicalCharacterData.java | |
| /third_party/mesa3d/src/freedreno/fdl/ |
| H A D | fd6_layout.c | 33 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 D | radv_descriptor_set.h | 95 struct radv_descriptor_set_layout *layout; member
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_lower_vulkan_resource.c | 84 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 D | pvr_image.c | 236 pvr_GetImageSubresourceLayout(VkDevice device, VkImage _image, const VkImageSubresource *subresource, VkSubresourceLayout *layout) pvr_GetImageSubresourceLayout() argument
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_cmd_enqueue.c | 122 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 D | panvk_vX_shader.c | 219 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 D | vktApiBufferComputeInstance.cpp | 157 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 D | vktSubgroupsTestsUtils.hpp | 125 InputDataLayoutType layout; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferComputeInstance.cpp | 157 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 D | pipeline.h | 113 VkDescriptorSetLayout layout = VK_NULL_HANDLE; member
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLVertexArray.cpp | 115 const AttribLayout& layout = attrib_layout(cpuType); in set() local
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkUniformHandler.cpp | 88 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 D | VkPipeline.hpp | 71 PipelineLayout *layout = nullptr; member in vk::Pipeline
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | PipelineLayoutD3D12.cpp | 74 Ref<PipelineLayout> layout = AcquireRef(new PipelineLayout(device, descriptor)); in Create() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | PipelineGL.cpp | 53 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 D | ShaderModuleVk.cpp | 110 GetTransformedModuleHandle( const char* entryPointName, PipelineLayout* layout) GetTransformedModuleHandle() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Pipeline.cpp | 25 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 D | ShaderModule.cpp | 445 GetBindGroupMinBufferSizes(const BindingGroupInfoMap& shaderBindings, const BindGroupLayoutBase* layout) GetBindGroupMinBufferSizes() argument [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ObjectCachingTests.cpp | 142 wgpu::PipelineLayout layout = utils::MakeBasicPipelineLayout(device, nullptr); in TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/utils/ |
| H A D | TestUtils.cpp | 43 TextureDataCopyLayout layout; in GetTextureDataCopyLayoutForTextureAtLevel() local [all...] |
| /third_party/skia/gm/ |
| H A D | analytic_gradients.cpp | 159 const int* layout = M_POSITIONS[cellCol]; variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
| H A D | vktSubgroupsTestsUtils.hpp | 125 InputDataLayoutType layout; member
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| H A D | navdestination_pattern.h | 53 auto layout = MakeRefPtr<NavDestinationLayoutAlgorithm>(); variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | render_single_child_scroll.cpp | 85 LayoutParam layout; in MakeInnerLayoutParam() local 207 LayoutParam layout = MakeInnerLayoutParam(); in PerformLayout() local [all...] |