Home
last modified time | relevance | path

Searched refs:pValues (Results 1 – 25 of 52) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_layer_settings.adoc38 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/
Dradv_radix_sort.c170 const void *pValues) in vkCmdPushConstants() argument
174 size, pValues); in vkCmdPushConstants()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp300 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()
DVkCommandBuffer.hpp88 uint32_t offset, uint32_t size, const void *pValues);
DVkCommandBuffer.cpp1032 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()
DlibVulkan.cpp2872 …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/
Dvn_protocol_driver_semaphore.h188 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()
Dvn_protocol_driver_command_buffer.h5337 …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/
Danv_cmd_buffer.c799 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/
Dpanvk_cmd_buffer.c191 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/
DVK_KHR_maintenance6.adoc120 const void* pValues;
DVK_EXT_layer_settings.adoc73 const void *pValues;
/third_party/mesa3d/src/vulkan/runtime/
Dvk_semaphore.c317 .wait_value = pWaitInfo->pValues[i], in vk_common_WaitSemaphores()
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_sqtt_layer.c668 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/
Dvn_queue.c1137 memcpy(values, pWaitInfo->pValues, sizeof(*values) * semaphore_count); in vn_WaitSemaphores()
1150 device, pWaitInfo->pSemaphores, pWaitInfo->pValues, in vn_WaitSemaphores()
Dvn_command_buffer.c1437 const void *pValues) in vn_CmdPushConstants() argument
1440 offset, size, pValues); in vn_CmdPushConstants()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cmd_buffer.c3092 const void *pValues) in v3dv_CmdPushConstants() argument
3097 pValues, size)) { in v3dv_CmdPushConstants()
3102 pValues, size); in v3dv_CmdPushConstants()
/third_party/vulkan-loader/loader/
Dtrampoline.c2391 const void *pValues) { in vkCmdPushConstants() argument
2399 disp->CmdPushConstants(commandBuffer, layout, stageFlags, offset, size, pValues); in vkCmdPushConstants()
/third_party/glfw/deps/vulkan/
Dvulkan.h2361 …Layout layout, VkShaderStageFlags stageFlags, uint32_t offset, uint32_t size, const void* pValues);
3146 const void* pValues);
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c2110 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/
DvkDeviceDriverImpl.inl632 …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/
Dvulkan_sc_core.h2720 …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/
Dhwcontext_vulkan.c2593 .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/
Dzink_screen.c1795 wi.pValues = &batch_id; in zink_screen_timeline_wait()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c2341 const void *pValues) in tu_CmdPushConstants() argument
2344 memcpy((void*) cmd->push_constants + offset, pValues, size); in tu_CmdPushConstants()

123