/external/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 39 type_size_scalar_bytes(const struct glsl_type *type, bool bindless) in type_size_scalar_bytes() 45 type_size_vec4_bytes(const struct glsl_type *type, bool bindless) in type_size_vec4_bytes()
|
D | brw_vec4_visitor.cpp | 566 type_size_xvec4(const struct glsl_type *type, bool as_vec4, bool bindless) in type_size_xvec4() 641 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4() 666 type_size_dvec4(const struct glsl_type *type, bool bindless) in type_size_dvec4()
|
/external/mesa3d/src/gallium/drivers/lima/standalone/ |
D | glsl.cpp | 38 st_glsl_type_size(const glsl_type *type, bool bindless) in st_glsl_type_size()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 284 nir_intrinsic_instr *bindless = in lower_ssbo_ubo_intrinsic() local 394 nir_intrinsic_instr *bindless = in build_bindless() local 413 nir_ssa_def *bindless = build_bindless(b, deref, false, shader, layout); in lower_image_deref() local 544 nir_ssa_def *bindless = build_bindless(b, deref, true, shader, layout); in lower_tex() local 553 nir_ssa_def *bindless = build_bindless(b, deref, false, shader, layout); in lower_tex() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_resources.c | 157 bool uses_store, bool bindless) in si_load_image_desc() 223 bool write, bool bindless) in si_nir_load_sampler_desc()
|
D | si_shader_nir.c | 505 static int type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
|
/external/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_images.c | 90 bool bindless = var->data.mode != nir_var_uniform || var->data.bindless; in lower_impl() local
|
D | ir_print_visitor.cpp | 189 const char *const bindless = (ir->data.bindless) ? "bindless " : ""; in visit() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_stateobj_tex.h | 23 uint32_t bindless; member
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tex_prefetch.c | 118 nir_intrinsic_instr *bindless = ir3_bindless_resource(tex->src[idx].src); in ok_bindless_src() local
|
D | disasm-a3xx.c | 722 bool bindless; in print_instr_cat5() member 761 bool bindless = in print_instr_cat5() local 1192 bool bindless; in print_instr_cat6_a6xx() member 1223 bool bindless = desc_features[cat6->desc_mode].bindless; in print_instr_cat6_a6xx() local
|
D | ir3_shader.c | 42 ir3_glsl_type_size(const struct glsl_type *type, bool bindless) in ir3_glsl_type_size()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 929 st_packed_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_packed_uniforms_type_size() 935 st_unpacked_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_unpacked_uniforms_type_size()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 87 ir2_glsl_type_size(const struct glsl_type *type, bool bindless) in ir2_glsl_type_size()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 96 type_size(const struct glsl_type *type, bool bindless) in type_size()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2389 bool bindless) in visit_image_load() 2465 bool bindless) in visit_image_store() 2539 bool bindless) in visit_image_atomic() 2702 bool bindless) in visit_image_size() 3850 bool bindless; member 3861 bool bindless = false; in get_sampler_desc_internal() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2668 bool bindless = tgsi.getSrc(0).getFile() != TGSI_FILE_IMAGE; in handleLOAD() local 2805 bool bindless = tgsi.getDst(0).getFile() != TGSI_FILE_IMAGE; in handleSTORE() local 2928 bool bindless = tgsi.getSrc(0).getFile() != TGSI_FILE_IMAGE; in handleATOM() local
|
D | nv50_ir_from_nir.cpp | 57 type_size(const struct glsl_type *type, bool bindless) in type_size() 2169 bool bindless = false; in visit() local 2966 bool bindless = sampHandleIdx != -1 || texHandleIdx != -1; in visit() local
|
D | nv50_ir_lowering_nvc0.cpp | 1818 NVC0LoweringPass::loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless) in loadSuInfo32() 1841 …loadMsAdjInfo32(TexInstruction::Target target, uint32_t index, int slot, Value *ind, bool bindless) in loadMsAdjInfo32()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 173 type_size(const struct glsl_type *type, bool bindless) in type_size()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 175 etna_glsl_type_size(const struct glsl_type *type, bool bindless) in etna_glsl_type_size()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir.c | 546 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_shader.c | 694 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2266 glsl_type_size(const struct glsl_type *type, bool bindless) in glsl_type_size()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 2194 type_size(const struct glsl_type *type, bool bindless) in type_size()
|