Home
last modified time | relevance | path

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

12

/external/mesa3d/src/intel/compiler/
Dbrw_nir.h39 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()
Dbrw_vec4_visitor.cpp566 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/
Dglsl.cpp38 st_glsl_type_size(const glsl_type *type, bool bindless) in st_glsl_type_size()
/external/mesa3d/src/freedreno/vulkan/
Dtu_shader.c284 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/
Dsi_shader_llvm_resources.c157 bool uses_store, bool bindless) in si_load_image_desc()
223 bool write, bool bindless) in si_nir_load_sampler_desc()
Dsi_shader_nir.c505 static int type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
/external/mesa3d/src/compiler/glsl/
Dgl_nir_lower_images.c90 bool bindless = var->data.mode != nir_var_uniform || var->data.bindless; in lower_impl() local
Dir_print_visitor.cpp189 const char *const bindless = (ir->data.bindless) ? "bindless " : ""; in visit() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_stateobj_tex.h23 uint32_t bindless; member
/external/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
Ddisasm-a3xx.c722 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
Dir3_shader.c42 ir3_glsl_type_size(const struct glsl_type *type, bool bindless) in ir3_glsl_type_size()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp929 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/
Dfd2_program.c87 ir2_glsl_type_size(const struct glsl_type *type, bool bindless) in ir2_glsl_type_size()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c96 type_size(const struct glsl_type *type, bool bindless) in type_size()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c2389 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/
Dnv50_ir_from_tgsi.cpp2668 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
Dnv50_ir_from_nir.cpp57 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
Dnv50_ir_lowering_nvc0.cpp1818 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/
Dv3d_program.c173 type_size(const struct glsl_type *type, bool bindless) in type_size()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir.c175 etna_glsl_type_size(const struct glsl_type *type, bool bindless) in etna_glsl_type_size()
/external/mesa3d/src/broadcom/compiler/
Dvir.c546 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
/external/mesa3d/src/amd/vulkan/
Dradv_shader.c694 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c2266 glsl_type_size(const struct glsl_type *type, bool bindless) in glsl_type_size()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2194 type_size(const struct glsl_type *type, bool bindless) in type_size()

12