OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nir_bitcast_vector
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_memcpy.c
153
data =
nir_bitcast_vector
(b, data, glsl_get_bit_size(dst->type));
nir_deref.c
1257
data =
nir_bitcast_vector
(b, &load->dest.ssa, old_bit_size);
1294
data =
nir_bitcast_vector
(b, data, new_bit_size);
nir_lower_subgroups.c
90
value =
nir_bitcast_vector
(b, value, bit_size);
nir_builder.h
1157
nir_bitcast_vector
(nir_builder *b, nir_ssa_def *src, unsigned dest_bit_size)
nir_lower_io.c
476
nir_ssa_def *data32 =
nir_bitcast_vector
(b, data, 32);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_nir_lower_mem_access_bit_sizes.c
138
nir_ssa_def *unpacked =
nir_bitcast_vector
(b, load, bit_size);
230
nir_ssa_def *packed =
nir_bitcast_vector
(b, store_value, store_bit_size);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_nir_analyze_ubo_ranges.c
563
result =
nir_bitcast_vector
(b, result, 16);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_alu.c
691
val->def =
nir_bitcast_vector
(&b->nb, src, glsl_get_bit_size(type->type));
vtn_variables.c
2363
val =
nir_bitcast_vector
(b, val, bit_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
tgsi_to_nir.c
901
def =
nir_bitcast_vector
(b, def, 64);
956
def =
nir_bitcast_vector
(b, def, 32);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_alu.c
1174
nir_bitcast_vector
(&b->nb, src, glsl_get_bit_size(type->type));
vtn_variables.c
2217
val =
nir_bitcast_vector
(b, val, bit_size);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_builder.h
779
nir_bitcast_vector
(nir_builder *b, nir_ssa_def *src, unsigned dest_bit_size)
function
Completed in 15 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026