/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 1185 std::function<bool(const tcu::Vec3&)> pointInGeometry = std::bind(pointInTriangle2D, std::placeholders::_1, std::ref(tri[0]), std::ref(tri[1]), std::ref(tri[2])); in verifyResult() 1215 std::function<bool(const tcu::Vec3&)> pointInGeometry = std::bind(pointInRect2D, std::placeholders::_1, std::ref(box[0]), std::ref(box[1])); in verifyResult()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerMIPS32.cpp | 102 this->bind(L); in bindCfgNodeLabel() 191 void AssemblerMIPS32::bind(Label *L) { in bind() function in Ice::MIPS32::AssemblerMIPS32
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 1177 std::function<bool(const tcu::Vec3&)> pointInGeometry = std::bind(pointInTriangle2D, std::placeholders::_1, std::ref(tri[0]), std::ref(tri[1]), std::ref(tri[2])); in verifyResult() 1207 std::function<bool(const tcu::Vec3&)> pointInGeometry = std::bind(pointInRect2D, std::placeholders::_1, std::ref(box[0]), std::ref(box[1])); in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelinePushConstantTests.cpp | 330 // Allocate and bind color image memory in init() 605 m_graphicsPipeline.bind(*m_cmdBuffer); in init() 2181 // Allocate and bind color image memory in init() 2540 m_graphicsPipeline[m_cmdList[ndx].rangeNdx].bind(*m_cmdBuffer); in iterate() 2969 pipelineWrapper.bind(cmdBuffer); in iterate() 3265 // bind different layout with the same range in createPushConstantTests() 3278 // bind layout with same range then push different range in createPushConstantTests() 3323 // update push constant bind different layout with the same range then bind correct layout in createPushConstantTests() 3337 // update push constant then bind differen in createPushConstantTests() [all...] |
H A D | vktPipelinePushDescriptorTests.cpp | 330 // Allocate and bind color image memory in init() 555 m_graphicsPipeline.bind(*m_cmdBuffer); in init() 1162 // Allocate and bind color image memory in init() 1214 // Allocate and bind texture image memory in init() 1634 m_graphicsPipeline.bind(*m_cmdBuffer); in init() 2024 // Allocate and bind texture image memory in init() 2809 // Allocate and bind color image memory in init() 3044 m_graphicsPipeline.bind(*m_cmdBuffer); in init() 3686 // Allocate and bind color image memory in init() 3734 // Allocate and bind imag in init() [all...] |
H A D | vktPipelineMultisampleTests.cpp | 3536 // Allocate and bind color image memory 3575 // Allocate and bind resolve image memory 3629 // Allocate and bind image memory 3676 // Allocate and bind depth/stencil image memory 4579 m_graphicsPipelines[i].bind(*m_cmdBuffer); 4590 m_graphicsPipelines[1].bind(*m_cmdBuffer); 4601 m_copySamplePipelines[sampleId].bind(*m_cmdBuffer); 5374 outputPipelines[i].bind(cmdBuffer); 5394 referencePipelines[i].bind(cmdBuffer); 5984 pipelineWrapper.bind(cmdBuffe [all...] |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 952 m_graphicsPipeline.bind(*m_cmdBuffer); in setup() 1486 m_graphicsPipeline.bind(*m_cmdBuffer); in setup()
|
H A D | vktPipelineBlendOperationAdvancedTests.cpp | 1146 pipeline.bind(*m_cmdBuffer); in prepareRenderPass() 1853 pipeline.bind(*m_cmdBuffer);
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 1081 pipelines[subpassNdx].bind(*cmdBuffer); in draw() 1662 pipeline.bind(*cmdBuffer); in drawResolve()
|
H A D | vktPipelineMultisampleShaderBuiltInTests.cpp | 2038 firstSubpassPipeline.bind(cmdBuffer); in iterate() 2042 secondSubpassPipeline.bind(cmdBuffer); in iterate()
|
H A D | vktPipelineSamplerTests.cpp | 1815 pipeline.bind(cmdBuffer); in iterate() 2209 pipeline.bind(cmdBuffer); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 1493 mImageObserverBinding.bind(nullptr); in releaseAndDeleteImageAndViews() 1560 mImageObserverBinding.bind(imageHelper); in setImageHelper() 3044 mImageObserverBinding.bind(nullptr); in releaseImage()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 1293 vk::Cast(buffer)->bind(vk::Cast(memory), memoryOffset); in vkBindBufferMemory() 1307 vk::Cast(image)->bind(vk::Cast(memory), memoryOffset); in vkBindImageMemory() 2987 vk::Cast(pBindInfos[i].buffer)->bind(vk::Cast(pBindInfos[i].memory), pBindInfos[i].memoryOffset); in vkBindBufferMemory2() 3038 vk::Cast(pBindInfos[i].image)->bind(memory, offset); in vkBindImageMemory2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Texture.cpp | 752 mImplObserver.bind(mTexture); in Texture() 1801 // It should not be possible to bind a texture already bound to another stream in bindStream() 2055 mBufferObserver.bind(buffer); in setBufferRange()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 512 convertColor = std::bind(convertColor, std::bind(tcu::linearToSRGB, _1), _2, _3); in generateTextureData()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius_server.c | 2116 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in radius_server_open_socket() 2117 wpa_printf(MSG_INFO, "RADIUS: bind: %s", strerror(errno)); in radius_server_open_socket() 2143 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in radius_server_open_socket6() 2144 wpa_printf(MSG_INFO, "RADIUS: bind: %s", strerror(errno)); in radius_server_open_socket6()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius_server.c | 1949 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in radius_server_open_socket() 1950 wpa_printf(MSG_INFO, "RADIUS: bind: %s", strerror(errno)); in radius_server_open_socket() 1976 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in radius_server_open_socket6() 1977 wpa_printf(MSG_INFO, "RADIUS: bind: %s", strerror(errno)); in radius_server_open_socket6()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatchndk32.cpp | 541 if (bind(sockfd, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&addr)), sizeof(addr)) ==
in ReCvmMsg_time64()
|
/third_party/curl/lib/ |
H A D | tftp.c | 1019 /* If not already bound, bind to any interface, random UDP port. If it is in tftp_connect() 1023 * for bind() to better work with IPv6 or whatever size the struct could in tftp_connect() 1032 int rc = bind(state->sockfd, (struct sockaddr *)&state->local_addr, in tftp_connect() 1036 failf(data, "bind() failed; %s", in tftp_connect()
|
/third_party/libuv/src/unix/ |
H A D | udp.c | 536 if (bind(fd, addr, addrlen)) { in uv__udp_bind()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1110 * When children program makes decision (like picking TCP CA or sock bind) 5330 * still holds true for cgroup/bind{4,6} which supports extra 'return 3' success case. 5746 FN(bind, 64, ##ctx) \ 6603 * by user and intended to be used by socket (e.g. to bind to, depends on
|
/third_party/jinja2/ |
H A D | environment.py | 110 """Load the extensions from the list and bind it to the environment. 443 rv.extensions[key] = value.bind(rv)
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_enc.c | 300 buf_templ.bind = PIPE_BIND_LINEAR; in enc_AllocateBackTexture()
|
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 936 .bind = dri2_bind_context,
|
H A D | dri3_glx.c | 718 .bind = dri3_bind_context,
|