Home
last modified time | relevance | path

Searched defs:size (Results 11601 - 11625 of 12468) sorted by relevance

1...<<461462463464465466467468469470>>...499

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pDepthTests.cpp1418 const int size = 128; init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp643 glw::GLint size, location; in SRGBTestProgram() local
[all...]
H A Des31fTextureGatherTests.cpp150 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 DglsLongStressCase.cpp664 void Buffer::setData (const void* const src, const int size, const deUint32 target, const deUint32 usage) in setData() argument
[all...]
H A DglsShaderExecUtil.cpp928 const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType)*(int)sizeof(deUint32); computeVarLayout() local
[all...]
H A DglsUniformBlockCase.cpp213 int size; member
249 int size; member
1185 int size; getGLUniformLayout() local
1244 int size = 0; getGLUniformLayout() local
[all...]
H A DglsVertexArrayTests.cpp173 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 DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp203 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 DvktPipelineBindPointTests.cpp322 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 DvktPipelineCacheTests.cpp144 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 DvktPipelineFramebufferAttachmentTests.cpp270 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 DvktPipelineMultisampleShaderBuiltInTests.cpp1138 const auto size = imageSize(sampleCount); in getExtent3D() local
1581 const auto size = imageSize(m_params.sampleCount); in initPrograms() local
[all...]
H A DvktPipelinePushDescriptorTests.cpp180 vector<Vertex4RGBA> createQuads (deUint32 numQuads, float size) in createQuads() argument
204 createTexQuads(deUint32 numQuads, float size) createTexQuads() argument
[all...]
H A DvktPipelineRenderToImageTests.cpp169 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 DvktPipelineSpecConstantTests.cpp74 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 DvktQueryPoolStatisticsTests.cpp483 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 DvktRayQueryMiscTests.cpp174 deUint32 getRndIndex (de::Random& rng, deUint32 size) in getRndIndex() argument
H A DvktRayQueryWatertightnessTests.cpp174 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 DvktDynamicRenderingTests.cpp271 makeImageCreateInfo(const VkFormat format, const UVec2& size, VkImageUsageFlags usage) makeImageCreateInfo() argument
[all...]
H A DvktRenderPassLoadStoreOpNoneTests.cpp140 const float size = 1.0f; in createQuad() local
[all...]
H A DvktRenderPassMultisampleResolveTests.cpp382 VkDeviceSize size = 0; in createBuffers() local
2344 const VkDescriptorPoolSize size = createDescriptorPool() local
[all...]
H A DvktRenderPassMultisampleTests.cpp1135 const VkDescriptorPoolSize size = createSplitDescriptorPool() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustBufferAccessWithVariablePointersTests.cpp138 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 DvktDeviceObjectReservationTests.cpp193 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 DvktAtomicOperationTests.cpp123 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

Completed in 73 milliseconds

1...<<461462463464465466467468469470>>...499