/third_party/spirv-tools/source/val/ |
H A D | validate_composites.cpp | 90 auto size = _.FindDef(type_inst->word(3)); in GetExtractInsertValueType() local 285 auto size = _.FindDef(array_inst->word(3)); ValidateCompositeConstruct() local [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 58 BasicFboMultisampleCase (Context& context, const char* name, const char* desc, deUint32 colorFormat, deUint32 depthStencilFormat, const IVec2& size, int numSamples) in BasicFboMultisampleCase() argument
|
H A D | es3fShaderMetamorphicTests.cpp | 96 int size = resource->getSize(); in fileContents() local
|
H A D | es3fBufferMapTests.cpp | 110 BufferMapWriteCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int size, VerifyType verify) in BufferMapWriteCase() argument 427 const int size = 1200; in iterate() local 614 const int size = 1019; init() local 634 const int size = 1019; init() local 659 const int size = 1019; init() local 680 const int size = 1019; init() local 764 const int size = 1019; init() local 785 const int size = 1019; init() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTestCase.cpp | 119 int size = 0; in getVarTypeSize() local [all...] |
H A D | es31fProgramInterfaceQueryTests.cpp | 75 int size = 0; in getVarTypeSize() local [all...] |
H A D | es31fTextureFormatTests.cpp | 126 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, int size, int depth) in TextureCubeArrayFormatCase() argument 140 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth) in TextureCubeArrayFormatCase() argument
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vk_layer.h | 147 uint32_t size; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleImageTests.cpp | 544 Move<VkImage> makeImage (const DeviceInterface& vk, const VkDevice device, const VkFormat format, const IVec2& size, const deUint32 numLayers, const VkSampleCountFlagBits samples, const VkImageUsageFlags usage) in makeImage() argument [all...] |
H A D | vktPipelineMultisampleResolveRenderAreaTests.cpp | 296 float size = 0.5f; in iterate() local 309 float size = 0.5f; iterate() local 322 float size = 0.3125f; iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessUtil.cpp | 246 void populateBufferWithTestValues (void* buffer, VkDeviceSize size, VkFormat format) in populateBufferWithTestValues() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrFormatTests.cpp | 225 UVec2 size; member 322 const UVec2 size = params.size; in testFormat() local 69 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags, VkImageTiling tiling, VkImageLayout layout, deUint32 arrayLayers) createTestImage() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 278 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc() argument 560 os_snprintf_error(size_t size, int res) os_snprintf_error() argument 566 os_realloc_array(void *ptr, size_t nmemb, size_t size) os_realloc_array() argument 580 os_remove_in_array(void *ptr, size_t nmemb, size_t size, size_t idx) os_remove_in_array() argument [all...] |
H A D | os_none.c | 111 void * os_zalloc(size_t size) in os_zalloc() argument 124 void * os_malloc(size_t size) in os_malloc() argument 130 void * os_realloc(void *ptr, size_t size) in os_realloc() argument 221 size_t os_strlcpy(char *dest, const char *src, size_t size) in os_strlcpy() argument 238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config_file.c | 65 static char * wpa_config_get_line(char *s, int size, FILE *stream, int *line, in wpa_config_get_line() argument
|
H A D | mbo.c | 101 static void wpas_mbo_non_pref_chan_attr_hdr(struct wpabuf *mbo, size_t size) in wpas_mbo_non_pref_chan_attr_hdr() argument 111 size_t size = end - start + 3; in wpas_mbo_non_pref_chan_attr() local 134 size_t size = end - start + 7; in wpas_mbo_non_pref_chan_subelement() local 316 size_t num = 0, size = 0; in wpas_mbo_update_non_pref_chan() local [all...] |
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidPlatform.cpp | 136 void NativeWindow::setSurfaceSize (tcu::IVec2 size) in setSurfaceSize() argument
|
/third_party/vk-gl-cts/framework/platform/win32/ |
H A D | tcuWin32EGLNativeDisplayFactory.cpp | 282 void NativeWindow::setSurfaceSize (IVec2 size) in setSurfaceSize() argument
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureUploadTests.cpp | 524 int size; in init() member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_go_neg.c | 707 unsigned int freq_list[P2P_MAX_PREF_CHANNELS], size; in p2p_check_pref_chan() local 614 p2p_check_pref_chan_no_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) p2p_check_pref_chan_no_recv() argument 661 p2p_check_pref_chan_recv(struct p2p_data *p2p, int go, struct p2p_device *dev, struct p2p_message *msg, unsigned freq_list[], unsigned int size) p2p_check_pref_chan_recv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 278 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc() argument 560 os_snprintf_error(size_t size, int res) os_snprintf_error() argument 566 os_realloc_array(void *ptr, size_t nmemb, size_t size) os_realloc_array() argument 580 os_remove_in_array(void *ptr, size_t nmemb, size_t size, size_t idx) os_remove_in_array() argument [all...] |
H A D | os_none.c | 111 void * os_zalloc(size_t size) in os_zalloc() argument 124 void * os_malloc(size_t size) in os_malloc() argument 130 void * os_realloc(void *ptr, size_t size) in os_realloc() argument 221 size_t os_strlcpy(char *dest, const char *src, size_t size) in os_strlcpy() argument 238 int os_snprintf(char *str, size_t size, const char *format, ...) in os_snprintf() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mbo.c | 131 static void wpas_mbo_non_pref_chan_attr_hdr(struct wpabuf *mbo, size_t size) in wpas_mbo_non_pref_chan_attr_hdr() argument 141 size_t size = end - start + 3; in wpas_mbo_non_pref_chan_attr() local 164 size_t size = end - start + 7; in wpas_mbo_non_pref_chan_subelement() local 346 size_t num = 0, size = 0; in wpas_mbo_update_non_pref_chan() local [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | bitset_utils.h | 129 constexpr std::size_t size() const { return N; } in size() function in angle::final 627 constexpr std::size_t size() const { return N; } in size() function in angle::final [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | VertexArray.cpp | 449 setVertexAttribFormatImpl(VertexAttribute *attrib, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormatImpl() argument 468 setVertexAttribFormat(size_t attribIndex, GLint size, VertexAttribType type, bool normalized, bool pureInteger, GLuint relativeOffset) setVertexAttribFormat() argument [all...] |