Searched refs:variable_ptr (Results 1 – 2 of 2) sorted by relevance
111 %variable_ptr = OpSelect %_ptr_StorageBuffer__arr_InputData_int_2 %idx0_zero %input0 %input1112 %input_data_ptr = OpAccessChain %_ptr_StorageBuffer_int %variable_ptr %idx1 %int_0 %idx2
125 let variable_ptr: *const V = variable_ref; in from_bytes_unchecked() localVariable138 let (_v_ptr, metadata) = transmute_copy::<*const V, (*const u8, usize)>(&variable_ptr); in from_bytes_unchecked()