Home
last modified time | relevance | path

Searched refs:LOW_32 (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c1401 #define LOW_32(val) ((uint32_t)(val)) in pvr_device_init_compute_idfwdf_state() macro
1408 dword_ptr[1] = LOW_32(device->idfwdf_state.store_bo->vma->dev_addr.addr); in pvr_device_init_compute_idfwdf_state()
1414 dword_ptr[4] = LOW_32(image_state[0]); in pvr_device_init_compute_idfwdf_state()
1416 dword_ptr[6] = LOW_32(image_state[1]); in pvr_device_init_compute_idfwdf_state()
1419 dword_ptr[8] = LOW_32(sampler_state[0]); in pvr_device_init_compute_idfwdf_state()
1421 dword_ptr[10] = LOW_32(sampler_state[1]); in pvr_device_init_compute_idfwdf_state()
1426 #undef LOW_32 in pvr_device_init_compute_idfwdf_state()