/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | apl.c | 53 struct apl_log_buffer_layout layout; in apl_log_buffer_status() local 80 apl_wait_log_entry(struct avs_dev *adev, u32 core, struct apl_log_buffer_layout *layout) apl_wait_log_entry() argument 106 struct apl_log_buffer_layout layout; apl_coredump() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mlp_parse.h | 105 uint64_t layout = 0; in truehd_layout() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_stereowiden.c | 58 AVFilterChannelLayouts *layout = NULL; in query_formats() local
|
H A D | af_earwax.c | 87 AVFilterChannelLayouts *layout = NULL; in query_formats() local
|
H A D | af_ashowinfo.c | 182 AVChannelLayout layout = { 0 }; in filter_frame() local
|
H A D | af_asr.c | 130 AVFilterChannelLayouts *layout = NULL; in query_formats() local
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ModuleWriter.java | |
H A D | Lookup.java | |
H A D | OpenTypeTableWriter.java | |
H A D | ThaiCharacterClasses.java | |
H A D | ClassTable.java | |
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
|