/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | VK_EXT_layer_settings.adoc | 38 the pname:pValues values. 40 * pname:pValues is a pointer to an array of pname:count values of the type 53 of the data returned in slink:VkLayerSettingEXT::pname:pValues, are:
|
/third_party/mesa3d/src/amd/vulkan/radix_sort/ |
D | radv_radix_sort.c | 170 const void *pValues) in vkCmdPushConstants() argument 174 size, pValues); in vkCmdPushConstants()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 300 uint64_t waitValue = pWaitInfo->pValues[i]; in waitForSemaphores() 331 uint64_t value = pWaitInfo->pValues[i]; in waitForSemaphores() 336 else if(semaphore->wait(pWaitInfo->pValues[i], end_ns) != VK_SUCCESS) in waitForSemaphores()
|
D | VkCommandBuffer.hpp | 88 uint32_t offset, uint32_t size, const void *pValues);
|
D | VkCommandBuffer.cpp | 1032 CmdSetPushConstants(uint32_t offset, uint32_t size, void const *pValues) in CmdSetPushConstants() argument 1039 memcpy(data, pValues, size); in CmdSetPushConstants() 1416 uint32_t offset, uint32_t size, const void *pValues) in pushConstants() argument 1418 addCommand<::CmdSetPushConstants>(offset, size, pValues); in pushConstants()
|
D | libVulkan.cpp | 2872 …eLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void *pValues) in vkCmdPushConstants() argument 2875 commandBuffer, static_cast<void *>(layout), stageFlags, offset, size, pValues); in vkCmdPushConstants() 2877 vk::Cast(commandBuffer)->pushConstants(vk::Cast(layout), stageFlags, offset, size, pValues); in vkCmdPushConstants()
|
/third_party/mesa3d/src/virtio/venus-protocol/ |
D | vn_protocol_driver_semaphore.h | 188 if (val->pValues) { in vn_sizeof_VkSemaphoreWaitInfo_self() 190 size += vn_sizeof_uint64_t_array(val->pValues, val->semaphoreCount); in vn_sizeof_VkSemaphoreWaitInfo_self() 229 if (val->pValues) { in vn_encode_VkSemaphoreWaitInfo_self() 231 vn_encode_uint64_t_array(enc, val->pValues, val->semaphoreCount); in vn_encode_VkSemaphoreWaitInfo_self()
|
D | vn_protocol_driver_command_buffer.h | 5337 …eLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) in vn_sizeof_vkCmdPushConstants() argument 5348 if (pValues) { in vn_sizeof_vkCmdPushConstants() 5350 cmd_size += vn_sizeof_blob_array(pValues, size); in vn_sizeof_vkCmdPushConstants() 5358 …eLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) in vn_encode_vkCmdPushConstants() argument 5370 if (pValues) { in vn_encode_vkCmdPushConstants() 5372 vn_encode_blob_array(enc, pValues, size); in vn_encode_vkCmdPushConstants() 5378 …eLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) in vn_sizeof_vkCmdPushConstants_reply() argument 5393 …eLayout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) in vn_decode_vkCmdPushConstants_reply() argument 8928 …ShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues, struct vn_instan… in vn_submit_vkCmdPushConstants() argument 8932 … cmd_size = vn_sizeof_vkCmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); in vn_submit_vkCmdPushConstants() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 799 const void* pValues) in anv_CmdPushConstants() argument 809 memcpy(pipe_state->push_constants.client_data + offset, pValues, size); in anv_CmdPushConstants() 815 memcpy(pipe_state->push_constants.client_data + offset, pValues, size); in anv_CmdPushConstants() 826 memcpy(pipe_state->push_constants.client_data + offset, pValues, size); in anv_CmdPushConstants()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_cmd_buffer.c | 191 const void *pValues) in panvk_CmdPushConstants() argument 195 memcpy(cmdbuf->push_constants + offset, pValues, size); in panvk_CmdPushConstants()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_maintenance6.adoc | 120 const void* pValues;
|
D | VK_EXT_layer_settings.adoc | 73 const void *pValues;
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_semaphore.c | 317 .wait_value = pWaitInfo->pValues[i], in vk_common_WaitSemaphores()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
D | radv_sqtt_layer.c | 668 const void *pValues) in sqtt_CmdPushConstants() argument 670 API_MARKER(PushConstants, commandBuffer, layout, stageFlags, offset, size, pValues); in sqtt_CmdPushConstants()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_queue.c | 1137 memcpy(values, pWaitInfo->pValues, sizeof(*values) * semaphore_count); in vn_WaitSemaphores() 1150 device, pWaitInfo->pSemaphores, pWaitInfo->pValues, in vn_WaitSemaphores()
|
D | vn_command_buffer.c | 1437 const void *pValues) in vn_CmdPushConstants() argument 1440 offset, size, pValues); in vn_CmdPushConstants()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cmd_buffer.c | 3092 const void *pValues) in v3dv_CmdPushConstants() argument 3097 pValues, size)) { in v3dv_CmdPushConstants() 3102 pValues, size); in v3dv_CmdPushConstants()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2391 const void *pValues) { in vkCmdPushConstants() argument 2399 disp->CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); in vkCmdPushConstants()
|
/third_party/glfw/deps/vulkan/ |
D | vulkan.h | 2361 …Layout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues); 3146 const void* pValues);
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_cmd_buffer.c | 2110 const void *pValues) in pvr_CmdPushConstants() argument 2123 memcpy(&state->push_constants.data[offset], pValues, size); in pvr_CmdPushConstants()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 632 …t layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues) const 634 m_vk.cmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues);
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 2720 …Layout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues); 3440 const void* pValues); 4760 const uint64_t* pValues; member
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 2593 .pValues = f->sem_value, in vulkan_unmap_from_drm() 3324 wait_info.pValues = f->sem_value; in vulkan_map_to_drm()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.c | 1795 wi.pValues = &batch_id; in zink_screen_timeline_wait()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 2341 const void *pValues) in tu_CmdPushConstants() argument 2344 memcpy((void*) cmd->push_constants + offset, pValues, size); in tu_CmdPushConstants()
|