| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_lower_ray_queries.c | 220 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in lower_ray_query_intrinsic() local 95 get_ray_query_shadow_addr(nir_builder *b, nir_deref_instr *deref, struct lowering_state *state, nir_ssa_def **out_state_offset) get_ray_query_shadow_addr() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_atifs_to_nir.c | 139 nir_deref_instr *deref = nir_build_deref_array(t->b, in atifs_load_uniform() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_nir_lower_descriptors.c | 329 get_resource_deref_binding(nir_deref_instr *deref, in get_resource_deref_binding() argument 354 load_resource_deref_desc(nir_builder *b, nir_deref_instr *deref, unsigned desc_offset, unsigned num_components, unsigned bit_size, const struct apply_descriptors_ctx *ctx) load_resource_deref_desc() argument 395 load_tex_img_size(nir_builder *b, nir_deref_instr *deref, enum glsl_sampler_dim dim, const struct apply_descriptors_ctx *ctx) load_tex_img_size() argument 412 load_tex_img_levels(nir_builder *b, nir_deref_instr *deref, enum glsl_sampler_dim dim, const struct apply_descriptors_ctx *ctx) load_tex_img_levels() argument 422 load_tex_img_samples(nir_builder *b, nir_deref_instr *deref, enum glsl_sampler_dim dim, const struct apply_descriptors_ctx *ctx) load_tex_img_samples() argument 444 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_src_idx].src); lower_tex() local 473 nir_deref_instr *deref = nir_src_as_deref(tex->src[sampler_src_idx].src); lower_tex() local 496 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_src_idx].src); lower_tex() local 521 get_img_index(nir_builder *b, nir_deref_instr *deref, const struct apply_descriptors_ctx *ctx) get_img_index() argument 550 nir_deref_instr *deref = nir_src_as_deref(intr->src[0]); lower_img_intrinsic() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | expression.c | 561 struct expression *deref = alloc_expression(token->pos, EXPR_PREOP); in postfix_expression() local 592 struct expression *deref = alloc_expression(token->pos, EXPR_DEREF); in postfix_expression() local [all...] |
| /third_party/rust/crates/clap/src/builder/ |
| H A D | os_str.rs | 158 fn deref(&self) -> &std::ffi::OsStr { in fmt() functions
|
| H A D | str.rs | 115 fn deref(&self) -> &str { in deref() functions
|
| /third_party/rust/crates/libloading/src/os/windows/ |
| H A D | mod.rs | 365 fn deref(&self) -> &T { in deref() functions
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
| H A D | objc_inheritance.rs | 17 fn deref(&self) -> &Self::Target { in deref() functions 34 fn deref(&self) -> &Self::Target { in deref() functions 69 fn deref(&self) -> &Self::Target { in deref() functions
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
| H A D | objc_inheritance.rs | 17 fn deref(&self) -> &Self::Target { in deref() functions 34 fn deref(&self) -> &Self::Target { in deref() functions 69 fn deref(&self) -> &Self::Target { in deref() functions
|
| /third_party/rust/crates/which-rs/src/ |
| H A D | lib.rs | 472 fn deref(&self) -> &path::Path { in deref() functions 604 fn deref(&self) -> &path::Path { in deref() functions
|
| /third_party/rust/crates/once_cell/src/ |
| H A D | lib.rs | 806 fn deref(&self) -> &T { in deref() functions 1334 fn deref(&self) -> &T { in deref() functions
|
| /third_party/rust/crates/rust-cexpr/src/ |
| H A D | expr.rs | 492 fn deref(&self) -> &IdentifierParser<'a> { in macro_definition() functions
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | reflection.cpp | 249 blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs, TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize, int topLevelArraySize, int topLevelArrayStride, TStorageQualifier baseStorage, bool active) blowUpActiveAggregate() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_loop_unroll.c | 616 is_access_out_of_bounds(nir_loop_terminator *term, nir_deref_instr *deref, in is_access_out_of_bounds() argument 805 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in is_indirect_load() local [all...] |
| H A D | nir_clone.c | 308 clone_deref_instr(clone_state *state, const nir_deref_instr *deref) in clone_deref_instr() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/tests/ |
| H A D | load_store_vectorizer_tests.cpp | 1190 nir_deref_instr *deref = nir_build_deref_var(b, var); in TEST_F() local 316 create_shared_load( nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components) create_shared_load() argument 325 create_shared_store( nir_deref_instr *deref, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask) create_shared_store() argument 1224 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1241 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1276 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1315 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1349 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1383 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1400 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1437 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1476 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1512 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1770 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local 1942 nir_deref_instr *deref = nir_build_deref_var(b, var); TEST_F() local [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 389 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]); in lower_image_deref() local 466 nir_deref_instr *deref in lower_tex_ycbcr() local 324 build_bindless(struct tu_device *dev, nir_builder *b, nir_deref_instr *deref, bool is_sampler, struct tu_shader *shader, const struct tu_pipeline_layout *layout) build_bindless() argument 537 nir_deref_instr *deref = nir_src_as_deref(tex->src[sampler_src_idx].src); lower_tex() local 546 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_src_idx].src); lower_tex() local [all...] |
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_precision.cpp | 1209 ir_dereference *deref = ir->value ? ir->value->as_dereference() : NULL; in visit_enter() local 1265 ir_dereference *deref = ir->as_dereference(); in handle_rvalue() local [all...] |
| H A D | ir_constant_expression.cpp | 477 constant_referenced(const ir_dereference *deref, in constant_referenced() argument 506 const ir_dereference *const deref = da->array->as_dereference(); in constant_referenced() local 532 const ir_dereference *const deref = dr->record->as_dereference(); in constant_referenced() local [all...] |
| H A D | gl_nir_lower_packed_varyings.c | 339 nir_deref_instr *deref = in get_packed_varying_deref() local 383 nir_deref_instr *deref; member 565 create_store_deref(struct lower_packed_varyings_state *state, nir_deref_instr *deref, nir_ssa_def *value, unsigned writemask, bool is_64bit) create_store_deref() argument [all...] |
| H A D | gl_nir_linker.c | 842 is_sampler_array_accessed_indirectly(nir_deref_instr *deref) in is_sampler_array_accessed_indirectly() argument 883 nir_deref_instr *deref = in validate_sampler_array_indexing() local
|
| /third_party/mesa3d/src/gallium/frontends/lavapipe/ |
| H A D | lvp_pipeline.c | 157 nir_deref_instr *deref = nir_instr_as_deref(instr->src[0].ssa->parent_instr); in set_buffer_access() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_cubemaps.c | 91 nir_deref_instr *deref = nir_instr_as_deref(instr); in lower_int_cubmap_to_array_filter() local 114 nir_deref_instr *deref = nir_instr_as_deref(tex->src[sampler_deref].src.ssa->parent_instr); in lower_int_cubmap_to_array_filter() local 540 lower_cube_image_deref(nir_builder *b, nir_deref_instr *deref) in lower_cube_image_deref() argument
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 382 ir_dereference *deref; in get_source() local 632 ir_dereference *deref; in emit_texenv() local 717 ir_dereference *deref; in load_texture() local [all...] |
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_to_nir.c | 180 nir_deref_instr *deref = nir_build_deref_var(b, c->parameters); in ptn_get_src() local 573 nir_deref_instr *deref = nir_build_deref_var(b, var); in ptn_tex() local
|