Home
last modified time | relevance | path

Searched defs:deref (Results 126 - 150 of 246) sorted by relevance

12345678910

/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c64 const nir_deref_instr *deref = *deref_ptr; in gather_usage_helper() local
108 gather_usage(const nir_deref_instr *deref, uint8_t mask, uint8_t *usage_mask) gather_usage() argument
135 gather_intrinsic_load_deref_info(const nir_shader *nir, const nir_intrinsic_instr *instr, const nir_deref_instr *deref, bool need_texcoord, const nir_variable *var, struct tgsi_shader_info *info) gather_intrinsic_load_deref_info() argument
334 nir_deref_instr *const deref = nir_src_as_deref(intr->src[0]); scan_instruction() local
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_point_sprite.c132 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]); in lower_store() local
/third_party/rust/crates/humantime/src/
H A Dwrapper.rs55 fn deref(&self) -> &StdDuration { &self.0 } in deref() functions
85 fn deref(&self) -> &SystemTime { &self.0 } in deref() functions
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs397 fn deref(&self) -> &T { in deref() functions
/third_party/rust/crates/libloading/src/
H A Dsafe.rs287 fn deref(&self) -> &T { in deref() functions
/third_party/rust/crates/io-lifetimes/src/
H A Dviews.rs144 fn deref(&self) -> &Self::Target { in deref() functions
153 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/cxx/src/
H A Dshared_ptr.rs124 fn deref(&self) -> &Self::Target { in deref() functions
H A Dunique_ptr.rs134 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_protocol_inheritance.rs18 fn deref(&self) -> &Self::Target { in deref() functions
36 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/skia/include/core/
H A DSkRefCnt.h122 void deref() const { this->unref(); } in deref() function in SkRefCnt
183 void deref() const { this->unref(); } in deref() function in SkNVRefCnt
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmd.rs53 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs173 fn deref(&self) -> &[bigint::Limb] { in deref() functions
H A Dstackvec.rs281 fn deref(&self) -> &[bigint::Limb] { in deref() functions
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs59 fn deref(&self) -> &bytes::Regex { in deref() functions
66 fn deref(&self) -> &bytes::RegexSet { in deref() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs128 fn deref(&self) -> &SslContextBuilder { in deref() functions
208 fn deref(&self) -> &SslRef { in deref() functions
355 fn deref(&self) -> &SslContextBuilder { in deref() functions
/third_party/rust/crates/regex/src/
H A Dinput.rs152 fn deref(&self) -> &[u8] { in deref() functions
241 fn deref(&self) -> &[u8] { in deref() functions
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_gcm.c203 nir_deref_instr *deref = nir_src_as_deref(src_intrin->src[0]); in is_src_scalarizable() local
282 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in pin_intrinsic() local
[all...]
H A Dnir_opt_find_array_copies.c207 _foreach_aliasing(nir_deref_instr **deref, match_cb cb, in _foreach_aliasing() argument
[all...]
H A Dnir_lower_io_to_vector.c334 build_array_index(nir_builder *b, nir_deref_instr *deref, nir_ssa_def *base, in build_array_index() argument
362 nir_deref_instr *deref = nir_build_deref_var(b, new_var); in build_array_deref_of_new_var_flat() local
626 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); nir_vectorize_tess_levels_impl() local
[all...]
H A Dnir_lower_vars_to_ssa.c150 get_deref_node_recur(nir_deref_instr *deref, in get_deref_node_recur() argument
222 get_deref_node(nir_deref_instr *deref, struct lower_variables_state *state) get_deref_node() argument
394 register_complex_use(nir_deref_instr *deref, struct lower_variables_state *state) register_complex_use() argument
409 nir_deref_instr *deref = nir_src_as_deref(load_instr->src[0]); register_load_instr() local
424 nir_deref_instr *deref = nir_src_as_deref(store_instr->src[0]); register_store_instr() local
440 nir_deref_instr *deref = nir_src_as_deref(copy_instr->src[idx]); register_copy_instr() local
460 nir_deref_instr *deref = nir_instr_as_deref(instr); register_variable_uses() local
557 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); rename_variables() local
610 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); rename_variables() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c661 nir_deref_instr *deref = vtn_pointer_to_deref(b, ptr); in handle_glsl450_interpolation() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_apply_pipeline_layout.c229 get_sampler_desc(nir_builder *b, apply_layout_state *state, nir_deref_instr *deref, in get_sampler_desc() argument
361 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); update_image_intrinsic() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_vectorize_vs_inputs.c155 nir_deref_instr *deref = nir_build_deref_var(b, var); in r600_create_new_load() local
H A Dsfn_nir_lower_fs_out_to_vector.cpp408 nir_deref_instr *deref = nir_build_deref_var(b, var); in create_new_io() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c31 _load_image_param(nir_builder *b, nir_deref_instr *deref, unsigned offset) in _load_image_param() argument
65 image_coord_is_in_bounds(nir_builder *b, nir_deref_instr *deref, in image_coord_is_in_bounds() argument
92 image_address(nir_builder *b, const struct intel_device_info *devinfo, nir_deref_instr *deref, nir_ssa_def *coord) image_address() argument
368 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); lower_image_load_instr() local
524 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); lower_image_store_instr() local
640 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); lower_image_size_instr() local
[all...]

Completed in 20 milliseconds

12345678910