Home
last modified time | relevance | path

Searched defs:size (Results 13376 - 13400 of 16668) sorted by relevance

1...<<531532533534535536537538539540>>...667

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp483 int size; in init() member
537 const int size = 64; in init() local
566 const int size in init() local
166 TextureCubeArrayFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int size, int depth, bool onlySampleFaceInterior) TextureCubeArrayFilteringCase() argument
598 const int size = 63; init() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsMemoryStressCase.cpp375 void BufferRenderer::render (deUint32 buffer, int size) in render() argument
669 int size in allocateBuffer() local
[all...]
H A DglsUniformBlockCase.hpp113 int size; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_beta.h78 VkDeviceSize size; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp360 createImageNoModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageUsageFlags imageUsages, const VkFormat format, const UVec2& size) createImageNoModifiers() argument
388 createImageWithDrmFormatExplicitModifier(const DeviceInterface& vkd, const VkDevice device, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat>& formats, const UVec2& size, const ExplicitModifier drmFormatModifier) createImageWithDrmFormatExplicitModifier() argument
449 createImageWithDrmFormatModifiers(const DeviceInterface& vkd, const VkDevice device, const VkImageType imageType, const VkImageUsageFlags imageUsages, const VkExternalMemoryHandleTypeFlags externalMemoryHandleTypeFlags, const std::vector<VkFormat>& formats, const UVec2& size, const std::vector<deUint64>& drmFormatModifiers) createImageWithDrmFormatModifiers() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageTests.cpp439 std::string getSizeName (VkImageViewType viewType, const tcu::IVec3& size, int arraySize, bool pipelineProtectedAccess, bool pipelineProtectedFlag) in getSizeName() argument
[all...]
H A DvktPipelineMaxVaryingsTests.cpp794 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage) in makeImageCreateInfo() argument
892 Move<VkBuffer> createBufferAndBindMemory (Context& context, VkDeviceSize size, VkBufferUsageFlags usage, de::MovePtr<Allocation>* pAlloc) in createBufferAndBindMemory() argument
[all...]
H A DvktPipelineStencilExportTests.cpp230 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags usage) in makeImageCreateInfo() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustness1VertexAccessTests.cpp106 deUint32 size; member
152 deUint32 size() const { return m_count; } in size() function in vkt::robustness::__anon29784::PaddedAlloc
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsSampled.cpp52 const deUint32 size = tcu::getPixelSize(mapVkFormat(format)); in makeGraphicsPipeline() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderTestUtil.hpp275 const size_t size = count * perSegmentSize; in getBytes() local
294 const size_t size = m_elements.size() * sizeof(E); getPackedBytes() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp112 void setLastUnsizedArraySize (int instanceNdx, int size) { m_lastUnsizedArraySizes[instanceNdx] = size; } in setLastUnsizedArraySize() argument
187 int size; member
206 int size; //!< Redundant, for debugging purposes. member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp153 GraphicsPipelineBuilder& setRenderSize (const tcu::IVec2& size) { m_renderSize = size; return *this; } in setRenderSize() argument
268 tcu::IVec4 size; //!< unused components are 0, e.g. for buffers only x is meaningful member
283 vk::VkDeviceSize size; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationUtil.cpp37 VkImageCreateInfo makeImageCreateInfo (const tcu::IVec2& size, const VkFormat format, const VkImageUsageFlags usage, const deUint32 numArrayLayers) in makeImageCreateInfo() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp79 UVec2 size; member
143 createImage(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, const UVec2& size, bool disjoint, vk::VkImageTiling tiling) createImage() argument
726 const deUint32 size = blockExtent.x() * blockSizeBytes; imageCopyTest() local
[all...]
H A DvktYCbCrImageQueryTests.cpp147 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument
230 TestImage(const Context& context, const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkFormat format, const UVec2& size, const VkImageCreateFlags createFlags, VkSamplerYcbcrConversion conversion) TestImage() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_iface.c35 format_session_state_extra(const union fst_event_extra *extra, char *buffer, size_t size) format_session_state_extra() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_build.c113 p2p_buf_add_pref_channel_list(struct wpabuf *buf, const u32 *preferred_freq_list, unsigned int size) p2p_buf_add_pref_channel_list() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_internal.c260 void * os_zalloc(size_t size) in os_zalloc() argument
269 void * os_malloc(size_t size) in os_malloc() argument
275 void * os_realloc(void *ptr, size_t size) in os_realloc() argument
493 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
[all...]
H A Dos_unix.c473 void * os_zalloc(size_t size) in os_zalloc() argument
697 void * os_malloc(size_t size) in os_malloc() argument
715 void * os_realloc(void *ptr, size_t size) in os_realloc() argument
766 os_zalloc(size_t size) os_zalloc() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdePoolArray.hpp71 deUintptr size (void) const { return m_numElements; } in size() function in de::PoolArray
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.cpp82 int size; member
279 const int size = elementSize*va.pointer.numElements; in appendAttributeNonStrided() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateContextExtTests.cpp82 size_t size = 0; in getAttribListLength() local
H A DteglGLES2SharingTests.cpp317 int size = 16*16*4; in createResource() local
H A DteglImageUtil.cpp377 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(stencilValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_OF_ARRAY(stencilValues)))), in initializeStencilRbo() local
411 const tcu::IVec2 size = tcu::IVec2((int)((float)(NUM_STEPS - ndx) * ((float)ref.getWidth() / float(NUM_STEPS))), in initializeDepthRbo() local
452 const tcu::IVec2 size = tcu::IVec2((int)((float)(DE_LENGTH_OF_ARRAY(colorValues) - ndx) * ((float)ref.getWidth() / float(DE_LENGTH_OF_ARRAY(colorValues)))), initializeColorRbo() local
[all...]

Completed in 35 milliseconds

1...<<531532533534535536537538539540>>...667