Home
last modified time | relevance | path

Searched defs:extent (Results 76 - 100 of 236) sorted by relevance

12345678910

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRobustnessCacheTests.cpp73 vk::VkImageCreateInfo makeImageCreateInfo(vk::VkFormat format, vk::VkExtent3D extent, vk::VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument
831 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp306 vk::VkExtent3D extent; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp395 VkExtent3D extent = { 16, 16, 1 }; in imageCreateTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp620 vk::VkExtent3D extent = {(deUint32)width, (deUint32)height, (deUint32)depth}; in upload() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsEarlyFragmentTests.cpp155 commandClearStencilAttachment(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkOffset2D& offset, const VkExtent2D& extent, const deUint32 clearValue) commandClearStencilAttachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTests.cpp137 const auto extent = makeExtent3D(1u, 1u, 1u); in iterate() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp97 uint32_t GetWidgetCoord(int32_t src, uint32_t extent) in GetWidgetCoord() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesTestsUtil.cpp300 VkBufferImageCopy makeBufferImageCopy (const VkExtent3D extent, in makeBufferImageCopy() argument
828 makeSparseImageMemoryBind(const DeviceInterface& vk, const VkDevice device, const VkDeviceSize allocationSize, const deUint32 memoryType, const VkImageSubresource& subresource, const VkOffset3D& offset, const VkExtent3D& extent) makeSparseImageMemoryBind() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp306 vk::VkExtent3D extent; member
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/entry/src/main/cpp/render/vulkan/
H A Dvulkan_example.cpp256 VkExtent2D extent = ChooseSwapExtent(swapChainSupport.capabilities); in CreateSwapChain() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.c77 struct kbase_va_region *kbase_mem_alloc(struct kbase_context *kctx, u64 va_pages, u64 commit_pages, u64 extent, in kbase_mem_alloc() argument
H A Dmali_kbase_mem.h299 size_t extent; /* nr of pages alloc'd on PF */ member
H A Dmali_kbase_uku.h72 u64 extent; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.h298 size_t extent; /* nr of pages alloc'd on PF */ member
H A Dmali_kbase_mem_linux.c84 kbase_mem_alloc(struct kbase_context *kctx, u64 va_pages, u64 commit_pages, u64 extent, u64 *flags, u64 *gpu_va) kbase_mem_alloc() argument
H A Dmali_kbase_uku.h76 u64 extent; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_base_kernel.h221 u64 extent; member
248 u64 extent; member
303 u64 extent; member
H A Dmali_kbase_mem.h416 size_t extent; member
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp74 double extent = itemExtent_.Value(); in MakeInnerLayoutParam() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp965 StartSpringMotion( double mainPosition, double mainVelocity, const ExtentPair& extent, const ExtentPair& initExtent) StartSpringMotion() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp119 CalcCaretMetricsByPosition( int32_t extent, CaretMetricsF& caretCaretMetric, TextAffinity textAffinity) CalcCaretMetricsByPosition() argument
134 CalcCaretMetricsByPositionNearTouchOffset( int32_t extent, CaretMetricsF& caretMetrics, const OffsetF& touchOffset) CalcCaretMetricsByPositionNearTouchOffset() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp887 void Scrollable::UpdateSpringMotion(double mainPosition, const ExtentPair& extent, const ExtentPair& initExtent) in UpdateSpringMotion() argument
831 StartSpringMotion( double mainPosition, double mainVelocity, const ExtentPair& extent, const ExtentPair& initExtent) StartSpringMotion() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp460 bool TxtParagraph::CalCulateAndCheckPreIsPlaceholder(int32_t index, int32_t& extent) in CalCulateAndCheckPreIsPlaceholder() argument
472 bool TxtParagraph::ComputeOffsetForCaretUpstream(int32_t extent, CaretMetricsF& result, bool needLineHighest) in ComputeOffsetForCaretUpstream() argument
594 ComputeOffsetForCaretDownstream(int32_t extent, CaretMetricsF& result, bool needLineHighest) ComputeOffsetForCaretDownstream() argument
780 CalcCaretMetricsByPosition( int32_t extent, CaretMetricsF& caretCaretMetric, TextAffinity textAffinity, bool needLineHighest) CalcCaretMetricsByPosition() argument
803 CalcCaretMetricsByPosition( int32_t extent, CaretMetricsF& caretCaretMetric, const OffsetF& lastTouchOffset, TextAffinity& textAffinity) CalcCaretMetricsByPosition() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_etc_decode.c662 decode_etc(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *src_iview, struct radv_image_view *dest_iview, const VkOffset3D *offset, const VkExtent3D *extent) decode_etc() argument
711 radv_meta_decode_etc(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, VkImageLayout layout, const VkImageSubresourceLayers *subresource, VkOffset3D offset, VkExtent3D extent) radv_meta_decode_etc() argument
[all...]

Completed in 66 milliseconds

12345678910