/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 40 type_size_scalar_bytes(const struct glsl_type *type, bool bindless) in type_size_scalar_bytes() 46 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() 642 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4() 667 type_size_dvec4(const struct glsl_type *type, bool bindless) in type_size_dvec4()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | cmdline.c | 36 st_packed_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_packed_uniforms_type_size() 42 glsl_type_size(const struct glsl_type *type, bool bindless) in glsl_type_size()
|
/third_party/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()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 266 nir_ssa_def *bindless = in lower_ssbo_ubo_intrinsic() local 277 nir_ssa_def *bindless = in lower_ssbo_ubo_intrinsic() local 390 nir_ssa_def *bindless = build_bindless(dev, b, deref, false, shader, layout); in lower_image_deref() local 538 nir_ssa_def *bindless = build_bindless(dev, b, deref, true, shader, layout); in lower_tex() local 547 nir_ssa_def *bindless = build_bindless(dev, b, deref, false, shader, layout); in lower_tex() local
|
/third_party/mesa3d/src/imagination/rogue/ |
D | rogue_nir.c | 63 static int rogue_glsl_type_size(const struct glsl_type *type, bool bindless) in rogue_glsl_type_size()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 69 st_packed_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_packed_uniforms_type_size() 75 glsl_type_size(const struct glsl_type *type, bool bindless) in glsl_type_size()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_images.c | 90 bool bindless = var->data.mode != nir_var_image || var->data.bindless; in lower_impl() local
|
D | ir_print_visitor.cpp | 189 const char *const bindless = (ir->data.bindless) ? "bindless " : ""; in visit() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_stateobj_tex.h | 23 uint32_t bindless; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_resources.c | 182 bool uses_store, bool bindless) in si_load_image_desc() 250 bool write, bool bindless) in si_nir_load_sampler_desc()
|
/third_party/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 | ir3_shader.c | 46 ir3_glsl_type_size(const struct glsl_type *type, bool bindless) in ir3_glsl_type_size()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.h | 97 bool bindless; member
|
D | zink_compiler.c | 2377 nir_variable *bindless[4]; member 2414 struct zink_bindless_info *bindless = data; in lower_bindless_instr() local 2501 lower_bindless(nir_shader *shader, struct zink_bindless_info *bindless) in lower_bindless() 2584 …_shader *nir, nir_variable *var, const struct glsl_type *type, struct zink_bindless_info *bindless) in handle_bindless_var() 3096 struct zink_bindless_info bindless = {0}; in zink_shader_create() local
|
D | zink_descriptors.h | 160 bool bindless; member
|
D | zink_resource.h | 148 uint16_t bindless[2]; //tex, img member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_program.c | 88 ir2_glsl_type_size(const struct glsl_type *type, bool bindless) in ir2_glsl_type_size()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_nir.cpp | 988 st_packed_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_packed_uniforms_type_size() 994 st_unpacked_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_unpacked_uniforms_type_size()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_program.c | 107 type_size(const struct glsl_type *type, bool bindless) in type_size()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 2713 bool bindless = tgsi.getSrc(0).getFile() != TGSI_FILE_IMAGE; in handleLOAD() local 2853 bool bindless = tgsi.getDst(0).getFile() != TGSI_FILE_IMAGE; in handleSTORE() local 2983 bool bindless = tgsi.getSrc(0).getFile() != TGSI_FILE_IMAGE; in handleATOM() local
|
D | nv50_ir_from_nir.cpp | 47 type_size(const struct glsl_type *type, bool bindless) in type_size() 2205 bool bindless = false; in visit() local 3015 bool bindless = sampHandleIdx != -1 || texHandleIdx != -1; in visit() local
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 2581 bool bindless) in visit_image_load() 2668 bool bindless) in visit_image_store() 2742 bool bindless) in visit_image_atomic() 2921 bool bindless) in visit_image_size() 4391 bool bindless; member 4402 bool bindless = false; in get_sampler_desc_internal() local
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 173 type_size(const struct glsl_type *type, bool bindless) in type_size()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir.c | 178 etna_glsl_type_size(const struct glsl_type *type, bool bindless) in etna_glsl_type_size()
|