Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir.h42 type_size_scalar_bytes(const struct glsl_type *type, bool bindless) in type_size_scalar_bytes()
48 type_size_vec4_bytes(const struct glsl_type *type, bool bindless) in type_size_vec4_bytes()
H A Dbrw_nir.c34 type_size_xvec4(const struct glsl_type *type, bool as_vec4, bool bindless) in type_size_xvec4()
110 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
135 type_size_dvec4(const struct glsl_type *type, bool bindless) in type_size_dvec4()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir.h39 elk_type_size_scalar_bytes(const struct glsl_type *type, bool bindless) in elk_type_size_scalar_bytes()
45 elk_type_size_vec4_bytes(const struct glsl_type *type, bool bindless) in elk_type_size_vec4_bytes()
H A Delk_vec4_visitor.cpp567 elk_type_size_xvec4(const struct glsl_type *type, bool as_vec4, bool bindless) in elk_type_size_xvec4()
643 elk_type_size_vec4(const struct glsl_type *type, bool bindless) in elk_type_size_vec4()
668 elk_type_size_dvec4(const struct glsl_type *type, bool bindless) in elk_type_size_dvec4()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.cc305 nir_def *bindless = in lower_ssbo_ubo_intrinsic() local
316 nir_def *bindless = in lower_ssbo_ubo_intrinsic() local
428 nir_def *bindless = build_bindless(dev, b, deref, false, shader, layout); in lower_image_deref() local
580 nir_def *bindless = build_bindless(dev, b, deref, true, shader, layout); in lower_tex() local
588 nir_def *bindless = build_bindless(dev, b, deref, false, shader, layout); in lower_tex() local
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_nir.cpp847 st_packed_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_packed_uniforms_type_size()
853 st_unpacked_uniforms_type_size(const struct glsl_type *type, bool bindless) in st_unpacked_uniforms_type_size()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c102 dzn_descriptor_type_depends_on_shader_usage(VkDescriptorType type, bool bindless) in dzn_descriptor_type_depends_on_shader_usage()
120 num_descs_for_type(VkDescriptorType type, bool static_sampler, bool bindless) in num_descs_for_type()
464 bool bindless) in dzn_descriptor_set_layout_get_heap_offset()
1412 bool bindless) in dzn_descriptor_set_ptr_get_heap_offset()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_descriptor.c56 nir_def *bindless = nir_bindless_resource_ir3(b, 32, src, set); in lower_intrinsic() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_images.c83 bool bindless = var->data.mode != nir_var_image || var->data.bindless; in lower_instr() local
H A Dir_print_visitor.cpp204 const char *const bindless = (ir->data.bindless) ? "bindless " : ""; in visit() local
/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue_nir.c51 static int rogue_glsl_type_size(const struct glsl_type *type, bool bindless) in rogue_glsl_type_size()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_stateobj_tex.h23 uint32_t bindless; member
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_io.c18 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c104 nir_intrinsic_instr *bindless = ir3_bindless_resource(tex->src[idx].src); in ok_bindless_src() local
H A Dir3_shader.c82 ir3_glsl_type_size(const struct glsl_type *type, bool bindless) in ir3_glsl_type_size()
H A Dir3_shader.h114 bool bindless; member
287 bool bindless; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_program.c69 ir2_glsl_type_size(const struct glsl_type *type, bool bindless) in ir2_glsl_type_size()
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp47 type_size(const struct glsl_type *type, bool bindless) in type_size()
2314 bool bindless = false; in visit() local
3124 bool bindless = sampHandleIdx != -1 || texHandleIdx != -1; in visit() local
H A Dnv50_ir_lowering_nvc0.cpp1851 NVC0LoweringPass::loadSuInfo32(Value *ptr, int slot, uint32_t off, bool bindless) in loadSuInfo32()
1874 …loadMsAdjInfo32(TexInstruction::Target target, uint32_t index, int slot, Value *ind, bool bindless) in loadMsAdjInfo32()
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_codegen.c218 count_location_slots(const struct glsl_type *type, bool bindless) in count_location_slots()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c4450 nir_variable *bindless[4]; member
4487 struct zink_bindless_info *bindless = data; in lower_bindless_instr() local
4566 lower_bindless(nir_shader *shader, struct zink_bindless_info *bindless) in lower_bindless()
4658 …_shader *nir, nir_variable *var, const struct glsl_type *type, struct zink_bindless_info *bindless) in handle_bindless_var()
5711 zink_type_size(const struct glsl_type *type, bool bindless) in zink_type_size()
6344 struct zink_bindless_info bindless = {0}; in zink_shader_init() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_program.c108 type_size(const struct glsl_type *type, bool bindless) in type_size()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/
H A Dnak_nir.c869 type_size_vec4(const struct glsl_type *type, bool bindless) in type_size_vec4()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c188 type_size(const struct glsl_type *type, bool bindless) in type_size()
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1035 agx_index bindless = agx_immediate(0), texture; in agx_emit_image_load() local
2086 agx_index coords = agx_null(), bindless = agx_immediate(0), in agx_emit_tex() local

12