Home
last modified time | relevance | path

Searched defs:alloc (Results 326 - 350 of 885) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp462 const Allocation& alloc = uniformBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp191 const vk::Allocation& alloc = outputBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp66 AllocMv alloc; member
105 AllocMv alloc; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp428 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
447 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const float depth) in fillBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp221 const Allocation& alloc = inBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp255 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBarycentricCoordinatesTests.cpp187 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp121 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp379 const Allocation& alloc = colorBuffer.getAllocation(); in getPixelBufferAccess() local
460 const Allocation& alloc = tessLevelsBuffer.getAllocation(); in iterate() local
474 const Allocation& alloc = vertexBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp450 const Allocation& alloc = uniformBuffer.getAllocation(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp193 const vk::Allocation& alloc = outputBuffer.getAllocation(); in iterate() local
H A DvktConditionalIgnoreTests.cpp129 auto& alloc = m_context.getDefaultAllocator(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp66 AllocMv alloc; member
105 AllocMv alloc; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTestsUtil.cpp428 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const tcu::Vec4& color) in fillBuffer() argument
447 void fillBuffer (const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize offset, const VkDeviceSize size, const VkFormat format, const float depth) in fillBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp221 const Allocation& alloc = inBuffer.getAllocation(); in iterate() local
H A DvktImageMultisampleLoadStoreTests.cpp270 const Allocation& alloc = constantsBuffer->getAllocation(); in test() local
289 const Allocation& alloc = resultBuffer->getAllocation(); in test() local
436 const Allocation& alloc = resultBuffer->getAllocation(); in test() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp468 MovePtr<Allocation> alloc = allocator.allocate(getImageMemoryRequirements(vk, device, image), requirement); in bindImage() local
484 zeroBuffer(const DeviceInterface& vk, const VkDevice device, const Allocation& alloc, const VkDeviceSize size) zeroBuffer() argument
[all...]
/third_party/skia/src/core/
H A DSkColorFilter.cpp106 SkSTArenaAlloc<kEnoughForCommonFilters> alloc; in onFilterColor4f() local
[all...]
H A DSkVMBlitter.cpp297 BuildProgram(skvm::Builder* p, const Params& params, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) BuildProgram() argument
424 CacheKey( const Params& params, skvm::Uniforms* uniforms, SkArenaAlloc* alloc, bool* ok) CacheKey() argument
749 Make(const SkPixmap& device, const SkPaint& paint, const SkMatrixProvider& matrices, SkArenaAlloc* alloc, sk_sp<SkShader> clip) Make() argument
760 Make(const SkPixmap& device, const SkPaint& paint, const SkPixmap& sprite, int left, int top, SkArenaAlloc* alloc, sk_sp<SkShader> clip) Make() argument
[all...]
H A DSkRasterPipelineBlitter.cpp32 SkRasterPipelineBlitter(SkPixmap dst, SkBlendMode blend, SkArenaAlloc* alloc) SkRasterPipelineBlitter() argument
88 SkCreateRasterPipelineBlitter(const SkPixmap& dst, const SkPaint& paint, const SkMatrixProvider& matrixProvider, SkArenaAlloc* alloc, sk_sp<SkShader> clipShader) SkCreateRasterPipelineBlitter() argument
135 SkCreateRasterPipelineBlitter(const SkPixmap& dst, const SkPaint& paint, const SkRasterPipeline& shaderPipeline, bool is_opaque, SkArenaAlloc* alloc, sk_sp<SkShader> clipShader) SkCreateRasterPipelineBlitter() argument
147 Create(const SkPixmap& dst, const SkPaint& paint, SkArenaAlloc* alloc, const SkRasterPipeline& shaderPipeline, bool is_opaque, bool is_constant, sk_sp<SkShader> clipShader) Create() argument
[all...]
H A DSkRasterPipeline.h235 void append_constant_color(SkArenaAlloc* alloc, const SkColor4f& color) { in append_constant_color() argument
242 void append_set_rgb(SkArenaAlloc* alloc, const SkColor4f& color) { in append_set_rgb() argument
/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp209 void GrVkImage::DestroyAndFreeImageMemory(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkImage& image) in DestroyAndFreeImageMemory() argument
531 GrVkAlloc alloc; in InitImageInfo() local
/third_party/skia/src/shaders/
H A DSkPictureShader.cpp342 PictureShaderContext( const SkPictureShader& shader, const ContextRec& rec, sk_sp<SkShader> bitmapShader, SkArenaAlloc* alloc) PictureShaderContext() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h518 Scheduler::Config& Scheduler::Config::setAllocator(Allocator* alloc) { in setAllocator() argument
/third_party/rust/crates/cxx/gen/lib/src/gen/include/
H A Dcxx.h727 allocation() noexcept : ptr(alloc()) {} in alloc() function in rust::cxxbridge1::Box::allocation
743 allocation alloc; in Box() local
751 allocation alloc; in Box() local
797 allocation alloc; in_place() local
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...36