/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 1418 const int size = 128; init() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSRGBDecodeTests.cpp | 643 glw::GLint size, location; in SRGBTestProgram() local [all...] |
H A D | es31fTextureGatherTests.cpp | 150 static tcu::TextureLevel getPixels (const glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat) in getPixels() argument [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 664 void Buffer::setData (const void* const src, const int size, const deUint32 target, const deUint32 usage) in setData() argument [all...] |
H A D | glsShaderExecUtil.cpp | 928 const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType)*(int)sizeof(deUint32); computeVarLayout() local [all...] |
H A D | glsUniformBlockCase.cpp | 213 int size; member 249 int size; member 1185 int size; getGLUniformLayout() local 1244 int size = 0; getGLUniformLayout() local [all...] |
H A D | glsVertexArrayTests.cpp | 173 static const int size[] = in inputTypeSize() local 426 void ContextArray::data (Target target, int size, const char* ptr, Usage usage) in data() argument 436 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage)); in data() local 451 void ContextArray::subdata (Target target, int offset, int size, const char* ptr) in subdata() argument 460 m_ctx.bufferSubData(targetToGL(target), offset, size, ptr); in subdata() local 469 bind(int attribNdx, int offset, int size, InputType inputType, OutputType outType, bool normalized, int stride) bind() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 203 static MovePtr<TestTexture> createTestTexture (const TcuFormatType format, VkImageViewType viewType, const tcu::IVec3& size, int layerCount) in createTestTexture() argument 2238 getImageSize(SamplerViewType viewType, int size) getImageSize() argument [all...] |
H A D | vktPipelineBindPointTests.cpp | 322 void writeSetUpdate (const DeviceInterface& vkd, VkDevice device, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size, VkDescriptorSet set) in writeSetUpdate() argument 349 void pushBufferDescriptor(const DeviceInterface& vkd, VkCommandBuffer cmdBuffer, VkPipelineBindPoint bindPoint, VkPipelineLayout layout, VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in pushBufferDescriptor() argument 385 VkBufferMemoryBarrier makeBufferBarrier (VkBuffer buffer, VkDeviceSize offset, VkDeviceSize size) in makeBufferBarrier() argument
|
H A D | vktPipelineCacheTests.cpp | 144 Move<VkBuffer> createBufferAndBindMemory (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument 935 const VkDeviceSize size = sizeof(tcu::Vec4) * 128u; in buildBuffers() local [all...] |
H A D | vktPipelineFramebufferAttachmentTests.cpp | 270 makeImage(const DeviceInterface& vk, const VkDevice device, const VkImageCreateFlags flags, const VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numLayers, const VkImageUsageFlags usage, const bool multisample) makeImage() argument 1313 const IVec3 size = differentSizeTest ? attachmentSizes[renderTargetIdx] : caseDef.attachmentSize; testMultiAttachments() local [all...] |
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1138 const auto size = imageSize(sampleCount); in getExtent3D() local 1581 const auto size = imageSize(m_params.sampleCount); in initPrograms() local [all...] |
H A D | vktPipelinePushDescriptorTests.cpp | 180 vector<Vertex4RGBA> createQuads (deUint32 numQuads, float size) in createQuads() argument 204 createTexQuads(deUint32 numQuads, float size) createTexQuads() argument [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 169 inline int maxLayersOrDepth (const IVec4& size) in maxLayersOrDepth() argument 605 IVec4 size in getMaxImageSize() local 442 makeImage(const DeviceInterface& vk, const VkDevice device, VkImageCreateFlags flags, VkImageType imageType, const VkFormat format, const IVec3& size, const deUint32 numMipLevels, const deUint32 numLayers, const VkImageUsageFlags usage) makeImage() argument 678 getReducedImageSize(const CaseDef& caseDef, IVec4 size) getReducedImageSize() argument 1566 getSizeDescription(const IVec4& size) getSizeDescription() argument [all...] |
H A D | vktPipelineSpecConstantTests.cpp | 74 GenericValue (const void* data, const deUint32 size) in GenericValue() argument 104 deUint32 size; //!< data size on the host, 0 = no specialized value member 130 deUint32 size; //!< data size i member 142 memoryAsInteger(const void* memory, const deUint32 size) memoryAsInteger() argument 150 memoryAsHexString(const void* memory, const deUint32 size) memoryAsHexString() argument 156 logValueMismatch(tcu::TestLog& log, const void* expected, const void* actual, const deUint32 offset, const deUint32 size) logValueMismatch() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 483 deUint32 size = dstOffset ? 2 : 1; verifyUnavailable() local 3967 deUint32 size = NUM_QUERY_STATISTICS * queryCount; checkResult() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryMiscTests.cpp | 174 deUint32 getRndIndex (de::Random& rng, deUint32 size) in getRndIndex() argument
|
H A D | vktRayQueryWatertightnessTests.cpp | 174 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, VkDeviceSize size) in makeStridedDeviceAddressRegion() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 271 makeImageCreateInfo(const VkFormat format, const UVec2& size, VkImageUsageFlags usage) makeImageCreateInfo() argument [all...] |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 140 const float size = 1.0f; in createQuad() local [all...] |
H A D | vktRenderPassMultisampleResolveTests.cpp | 382 VkDeviceSize size = 0; in createBuffers() local 2344 const VkDescriptorPoolSize size = createDescriptorPool() local [all...] |
H A D | vktRenderPassMultisampleTests.cpp | 1135 const VkDescriptorPoolSize size = createSplitDescriptorPool() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 138 populateBufferWithValues(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithValues() argument 147 populateBufferWithFiller(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithFiller() argument 156 populateBufferWithCopy(void* buffer, VkDeviceSize size, const void* const blob) populateBufferWithCopy() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 193 allocateDeviceMemory(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<DeviceMemorySp>::iterator begin, std::vector<DeviceMemorySp>::iterator end) allocateDeviceMemory() argument 212 createBuffers(const DeviceInterface& vkd, const VkDevice device, VkDeviceSize size, std::vector<BufferSp>::iterator begin, std::vector<BufferSp>::iterator end) createBuffers() argument 236 createImages(const DeviceInterface& vkd, const VkDevice device, deUint32 size, std::vector<ImageSp>::iterator begin, std::vector<ImageSp>::iterator end) createImages() argument 300 createBufferViews(const DeviceInterface& vkd, const VkDevice device, const VkBuffer buffer, const VkDeviceSize size, std::vector<BufferViewSp>::iterator begin, std::vector<BufferViewSp>::iterator end) createBufferViews() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 123 Move<VkBuffer> createBuffer (const DeviceInterface& vkd, VkDevice device, VkDeviceSize size, VkBufferUsageFlags usageFlags) in createBuffer() argument 149 Buffer::Buffer (Context& context, VkBufferUsageFlags usage, size_t size, bool useRef) in Buffer() argument
|