Home
last modified time | relevance | path

Searched defs:bindless (Results 1 – 25 of 46) sorted by relevance

12

/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.h40 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()
Dbrw_vec4_visitor.cpp566 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/
Dcmdline.c36 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/
Dglsl.cpp38 st_glsl_type_size(const glsl_type *type, bool bindless) in st_glsl_type_size()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_shader.c266 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/
Drogue_nir.c63 static int rogue_glsl_type_size(const struct glsl_type *type, bool bindless) in rogue_glsl_type_size()
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c69 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/
Dgl_nir_lower_images.c90 bool bindless = var->data.mode != nir_var_image || var->data.bindless; in lower_impl() local
Dir_print_visitor.cpp189 const char *const bindless = (ir->data.bindless) ? "bindless " : ""; in visit() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj_tex.h23 uint32_t bindless; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_resources.c182 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/
Dir3_nir_lower_tex_prefetch.c118 nir_intrinsic_instr *bindless = ir3_bindless_resource(tex->src[idx].src); in ok_bindless_src() local
Dir3_shader.c46 ir3_glsl_type_size(const struct glsl_type *type, bool bindless) in ir3_glsl_type_size()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.h97 bool bindless; member
Dzink_compiler.c2377 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
Dzink_descriptors.h160 bool bindless; member
Dzink_resource.h148 uint16_t bindless[2]; //tex, img member
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_program.c88 ir2_glsl_type_size(const struct glsl_type *type, bool bindless) in ir2_glsl_type_size()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp988 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/
Dlima_program.c107 type_size(const struct glsl_type *type, bool bindless) in type_size()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp2713 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
Dnv50_ir_from_nir.cpp47 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/
Dac_nir_to_llvm.c2581 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/
Dv3d_program.c173 type_size(const struct glsl_type *type, bool bindless) in type_size()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c178 etna_glsl_type_size(const struct glsl_type *type, bool bindless) in etna_glsl_type_size()

12