Home
last modified time | relevance | path

Searched refs:bind (Results 1051 - 1075 of 2506) sorted by relevance

1...<<41424344454647484950>>...101

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1185 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 DIceAssemblerMIPS32.cpp102 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 DvktRayTracingPipelineFlagsTests.cpp1177 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 DvktPipelinePushConstantTests.cpp330 // 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 DvktPipelinePushDescriptorTests.cpp330 // 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 DvktPipelineMultisampleTests.cpp3536 // 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 DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp952 m_graphicsPipeline.bind(*m_cmdBuffer); in setup()
1486 m_graphicsPipeline.bind(*m_cmdBuffer); in setup()
H A DvktPipelineBlendOperationAdvancedTests.cpp1146 pipeline.bind(*m_cmdBuffer); in prepareRenderPass()
1853 pipeline.bind(*m_cmdBuffer);
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1081 pipelines[subpassNdx].bind(*cmdBuffer); in draw()
1662 pipeline.bind(*cmdBuffer); in drawResolve()
H A DvktPipelineMultisampleShaderBuiltInTests.cpp2038 firstSubpassPipeline.bind(cmdBuffer); in iterate()
2042 secondSubpassPipeline.bind(cmdBuffer); in iterate()
H A DvktPipelineSamplerTests.cpp1815 pipeline.bind(cmdBuffer); in iterate()
2209 pipeline.bind(cmdBuffer); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp1493 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 DlibVulkan.cpp1293 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 DTexture.cpp752 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 DglcInternalformatTests.cpp512 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 Dradius_server.c2116 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 Dradius_server.c1949 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 Dfnmatchndk32.cpp541 if (bind(sockfd, reinterpret_cast<sockaddr *>(static_cast<struct sockaddr_in *>(&addr)), sizeof(addr)) == in ReCvmMsg_time64()
/third_party/curl/lib/
H A Dtftp.c1019 /* 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 Dudp.c536 if (bind(fd, addr, addrlen)) { in uv__udp_bind()
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1110 * 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 Denvironment.py110 """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 Dvid_enc.c300 buf_templ.bind = PIPE_BIND_LINEAR; in enc_AllocateBackTexture()
/third_party/mesa3d/src/glx/
H A Ddri2_glx.c936 .bind = dri2_bind_context,
H A Ddri3_glx.c718 .bind = dri3_bind_context,

Completed in 98 milliseconds

1...<<41424344454647484950>>...101