Searched refs:vtn_get_image (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 330 vtn_get_image(struct vtn_builder *b, uint32_t value_id, in vtn_get_image() function 2535 .image = vtn_get_image(b, w[3], NULL), in vtn_handle_texture() 2565 image = vtn_get_image(b, w[3], NULL); in vtn_handle_texture() 3079 image.image = vtn_get_image(b, w[3], &access); in vtn_handle_image() 3087 image.image = vtn_get_image(b, w[3], &access); in vtn_handle_image() 3096 image.image = vtn_get_image(b, w[3], &access); in vtn_handle_image() 3104 image.image = vtn_get_image(b, w[3], &access); in vtn_handle_image() 3143 image.image = vtn_get_image(b, w[1], &access); in vtn_handle_image()
|