Home
last modified time | relevance | path

Searched refs:ptr_slot (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp558 uint64_t *ptr_slot = (uint64_t *)slot; in run_shader_with_raw_args() local
560 *ptr_slot = (uint64_t)dxil->metadata.args[i].globconstptr.buf_id << 32; in run_shader_with_raw_args()
562 *ptr_slot = ~0ull; in run_shader_with_raw_args()
567 uint64_t *ptr_slot = (uint64_t *)slot; in run_shader_with_raw_args() local
568 *ptr_slot = dxil->metadata.args[i].localptr.sharedmem_offset; in run_shader_with_raw_args()

Completed in 3 milliseconds