| /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
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | parallel_marker-inl.h | 36 auto layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitBodyInObj() local 194 auto layout = LayoutInfo::UncheckCast(dst); in VisitBodyInObj() local
|
| H A D | parallel_evacuator-inl.h | 63 auto layout = LayoutInfo::UncheckCast(dst); in VisitBodyInObj() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_gc_marker-inl.h | 109 auto layout = LayoutInfo::UncheckCast(hclass->GetLayout().GetTaggedObject()); in VisitBodyInObj() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_layout.cpp | 95 HClassLayoutDesc *layout; in GetOrInsertHClassLayoutDesc() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer.cpp | 341 auto layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in SerializeInObjField() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_hclass-inl.h | 347 LayoutInfo *layout = LayoutInfo::Cast(hclass->GetLayout().GetTaggedObject()); in FindPropertyEntry() local
|
| /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...] |