OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allocationsp
(Results
1 - 9
of
9
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp
40
typedef de::SharedPtr<vk::Allocation>
AllocationSp
;
99
bool (*verifyIO)(const std::vector<BufferSp>& inputs, const std::vector<
AllocationSp
>& outputAllocations, const std::vector<BufferSp>& expectedOutputs);
vktSpvAsmComputeShaderCase.cpp
41
typedef vkt::SpirVAssembly::
AllocationSp
AllocationSp
;
296
vector<
AllocationSp
> inputAllocs;
297
vector<
AllocationSp
> outputAllocs;
vktSpvAsmInstructionTests.cpp
357
bool compareNoContractCase(const std::vector<BufferSp>&, const vector<
AllocationSp
>& outputAllocs, const std::vector<BufferSp>& expectedOutputs)
466
bool compareFRem(const std::vector<BufferSp>&, const vector<
AllocationSp
>& outputAllocs, const std::vector<BufferSp>& expectedOutputs)
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp
171
typedef de::SharedPtr<Allocation>
AllocationSp
;
202
AllocationSp
alloc;
216
AllocationSp
alloc;
vktShaderExecutor.cpp
477
typedef de::SharedPtr<de::UniquePtr<Allocation> >
AllocationSp
;
482
std::vector<
AllocationSp
> m_vertexBufferAllocs;
713
std::vector<
AllocationSp
> colorImageAllocs;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp
482
typedef de::SharedPtr<vk::Allocation>
AllocationSp
;
501
AllocationSp
alloc;
514
AllocationSp
alloc;
525
std::vector<
AllocationSp
> m_vertexBufferAllocs;
vktShaderRender.cpp
540
uniformInfo->alloc =
AllocationSp
(alloc.release());
607
m_vertexBufferAllocs.push_back(
AllocationSp
(alloc.release()));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp
[
all
...]
Completed in 472 milliseconds