Home
last modified time | relevance | path

Searched refs:pBuffers (Results 1 – 25 of 59) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfxvertex.adoc609 * pname:pBuffers is a pointer to an array of buffer handles.
612 The values taken from elements [eq]#i# of pname:pBuffers and pname:pOffsets
617 pname:pOffsets[i] from the start of the buffer pname:pBuffers[i].
623 elements of pname:pBuffers can: be dlink:VK_NULL_HANDLE, and can: be used by
641 corresponding element in pname:pBuffers
642 * [[VUID-vkCmdBindVertexBuffers-pBuffers-00627]]
643 All elements of pname:pBuffers must: have been created with the
645 * [[VUID-vkCmdBindVertexBuffers-pBuffers-00628]]
646 Each element of pname:pBuffers that is non-sparse must: be bound
648 * [[VUID-vkCmdBindVertexBuffers-pBuffers-04001]]
[all …]
Dfxvertex.txt608 * pname:pBuffers is a pointer to an array of buffer handles.
611 The values taken from elements [eq]#i# of pname:pBuffers and pname:pOffsets
616 pname:pOffsets[i] from the start of the buffer pname:pBuffers[i].
622 elements of pname:pBuffers can: be dlink:VK_NULL_HANDLE, and can: be used by
640 corresponding element in pname:pBuffers
641 * [[VUID-vkCmdBindVertexBuffers-pBuffers-00627]]
642 All elements of pname:pBuffers must: have been created with the
644 * [[VUID-vkCmdBindVertexBuffers-pBuffers-00628]]
645 Each element of pname:pBuffers that is non-sparse must: be bound
647 * [[VUID-vkCmdBindVertexBuffers-pBuffers-04001]]
[all …]
Dvertexpostproc.txt214 * pname:pBuffers is a pointer to an array of buffer handles.
224 The values taken from elements [eq]#i# of pname:pBuffers, pname:pOffsets and
229 by pname:pOffsets[i] from the start of the buffer pname:pBuffers[i].
245 corresponding element in pname:pBuffers
248 * [[VUID-vkCmdBindTransformFeedbackBuffersEXT-pBuffers-02360]]
249 All elements of pname:pBuffers must: have been created with the
259 pname:pBuffers
263 equal to the size of the corresponding buffer in pname:pBuffers
264 * [[VUID-vkCmdBindTransformFeedbackBuffersEXT-pBuffers-02364]]
265 Each element of pname:pBuffers that is non-sparse must: be bound
Dvertexpostproc.adoc213 * pname:pBuffers is a pointer to an array of buffer handles.
223 The values taken from elements [eq]#i# of pname:pBuffers, pname:pOffsets and
228 by pname:pOffsets[i] from the start of the buffer pname:pBuffers[i].
244 corresponding element in pname:pBuffers
247 * [[VUID-vkCmdBindTransformFeedbackBuffersEXT-pBuffers-02360]]
248 All elements of pname:pBuffers must: have been created with the
258 pname:pBuffers
262 equal to the size of the corresponding buffer in pname:pBuffers
263 * [[VUID-vkCmdBindTransformFeedbackBuffersEXT-pBuffers-02364]]
264 Each element of pname:pBuffers that is non-sparse must: be bound
/third_party/curl/lib/vauth/
Dkrb5_sspi.c185 chlg_desc.pBuffers = &chlg_buf; in Curl_auth_create_gssapi_user_message()
194 resp_desc.pBuffers = &resp_buf; in Curl_auth_create_gssapi_user_message()
298 input_desc.pBuffers = input_buf; in Curl_auth_create_gssapi_security_message()
383 wrap_desc.pBuffers = wrap_buf; in Curl_auth_create_gssapi_security_message()
Ddigest_sspi.c179 chlg_desc.pBuffers = &chlg_buf; in Curl_auth_create_digest_md5_message()
187 resp_desc.pBuffers = &resp_buf; in Curl_auth_create_digest_md5_message()
449 chlg_desc.pBuffers = chlg_buf; in Curl_auth_create_digest_http_message()
547 chlg_desc.pBuffers = chlg_buf; in Curl_auth_create_digest_http_message()
561 resp_desc.pBuffers = &resp_buf; in Curl_auth_create_digest_http_message()
Dntlm_sspi.c164 type_1_desc.pBuffers = &type_1_buf; in Curl_auth_create_ntlm_type1_message()
267 type_2_desc.pBuffers = &type_2_bufs[0]; in Curl_auth_create_ntlm_type3_message()
302 type_3_desc.pBuffers = &type_3_buf; in Curl_auth_create_ntlm_type3_message()
Dspnego_sspi.c203 chlg_desc.pBuffers = &chlg_buf[0]; in Curl_auth_decode_spnego_message()
239 resp_desc.pBuffers = &resp_buf; in Curl_auth_decode_spnego_message()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_command_buffer.c91 const VkBuffer *pBuffers, in vk_common_CmdBindVertexBuffers() argument
99 pBuffers, pOffsets, NULL, NULL); in vk_common_CmdBindVertexBuffers()
/third_party/vulkan-loader/tests/
Dloader_threading_tests.cpp88 … const VkBuffer* pBuffers, const VkDeviceSize* pOffsets) {} in test_vkCmdBindVertexBuffers() argument
90 … const VkBuffer* pBuffers, const VkDeviceSize* pOffsets) {} in test_vkCmdBindIndexBuffer() argument
/third_party/curl/lib/
Dsocks_sspi.c120 input_desc.pBuffers = &sspi_recv_token; in Curl_SOCKS5_gssapi_negotiate()
128 output_desc.pBuffers = &sspi_send_token; in Curl_SOCKS5_gssapi_negotiate()
136 wrap_desc.pBuffers = sspi_w_token; in Curl_SOCKS5_gssapi_negotiate()
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c604 const VkBuffer* pBuffers, in anv_CmdBindVertexBuffers2() argument
617 ANV_FROM_HANDLE(anv_buffer, buffer, pBuffers[i]); in anv_CmdBindVertexBuffers2()
644 const VkBuffer* pBuffers, in anv_CmdBindTransformFeedbackBuffersEXT() argument
656 if (pBuffers[i] == VK_NULL_HANDLE) { in anv_CmdBindTransformFeedbackBuffersEXT()
659 ANV_FROM_HANDLE(anv_buffer, buffer, pBuffers[i]); in anv_CmdBindTransformFeedbackBuffersEXT()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c940 const VkBuffer *pBuffers, in vn_CmdBindVertexBuffers() argument
944 bindingCount, pBuffers, pOffsets); in vn_CmdBindVertexBuffers()
1577 const VkBuffer *pBuffers, in vn_CmdBindTransformFeedbackBuffersEXT() argument
1582 firstBinding, bindingCount, pBuffers, pOffsets, pSizes); in vn_CmdBindTransformFeedbackBuffersEXT()
1630 const VkBuffer *pBuffers, in vn_CmdBindVertexBuffers2() argument
1636 bindingCount, pBuffers, pOffsets, pSizes, pStrides); in vn_CmdBindVertexBuffers2()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_command_buffer.h3440 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… in vn_sizeof_vkCmdBindVertexBuffers() argument
3449 if (pBuffers) { in vn_sizeof_vkCmdBindVertexBuffers()
3452 cmd_size += vn_sizeof_VkBuffer(&pBuffers[i]); in vn_sizeof_vkCmdBindVertexBuffers()
3466 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… in vn_encode_vkCmdBindVertexBuffers() argument
3476 if (pBuffers) { in vn_encode_vkCmdBindVertexBuffers()
3479 vn_encode_VkBuffer(enc, &pBuffers[i]); in vn_encode_vkCmdBindVertexBuffers()
3491 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… in vn_sizeof_vkCmdBindVertexBuffers_reply() argument
3505 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… in vn_decode_vkCmdBindVertexBuffers_reply() argument
5993 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… in vn_sizeof_vkCmdBindTransformFeedbackBuffersEXT() argument
6002 if (pBuffers) { in vn_sizeof_vkCmdBindTransformFeedbackBuffersEXT()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp79 const VkBuffer *pBuffers, const VkDeviceSize *pOffsets);
DVkCommandBuffer.cpp1381 const VkBuffer *pBuffers, const VkDeviceSize *pOffsets) in bindVertexBuffers() argument
1385 addCommand<::CmdVertexBufferBind>(i + firstBinding, vk::Cast(pBuffers[i]), pOffsets[i]); in bindVertexBuffers()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cmd_buffer.c40 const VkBuffer *pBuffers, in panvk_CmdBindVertexBuffers() argument
50 VK_FROM_HANDLE(panvk_buffer, buffer, pBuffers[i]); in panvk_CmdBindVertexBuffers()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c637 uint32_t bindingCount, const VkBuffer *pBuffers, in sqtt_CmdBindVertexBuffers2() argument
642 bindingCount, pBuffers, pOffsets, pSizes, pStrides); in sqtt_CmdBindVertexBuffers2()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl462 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… argument
464 m_vk.cmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets);
1182 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… argument
1184 …m_vk.cmdBindTransformFeedbackBuffersEXT(commandBuffer, firstBinding, bindingCount, pBuffers, pOffs…
1607 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… argument
1609 …m_vk.cmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, …
DvkVirtualDeviceInterface.inl97 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
241 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
326 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
DvkConcreteDeviceInterface.inl97 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
241 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
326 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
DvkNullDriverImpl.inl910 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… argument
915 DE_UNREF(pBuffers);
2326 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… argument
2331 DE_UNREF(pBuffers);
3006 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi… argument
3011 DE_UNREF(pBuffers);
DvkFunctionPointerTypes.inl115 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
362 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
465 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
466 …ndBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSi…
/third_party/ffmpeg/libavformat/
Dtls_schannel.c83 desc->pBuffers = buffers; in init_sec_buffer_desc()
/third_party/vulkan-loader/loader/
Dtrampoline.c2041 … uint32_t bindingCount, const VkBuffer *pBuffers, in vkCmdBindVertexBuffers() argument
2050 disp->CmdBindVertexBuffers(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets); in vkCmdBindVertexBuffers()
3048 … uint32_t bindingCount, const VkBuffer *pBuffers, in vkCmdBindVertexBuffers2() argument
3052 …disp->CmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes,… in vkCmdBindVertexBuffers2()

123