Home
last modified time | relevance | path

Searched refs:nir_op_uadd_sat (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h338 nir_op_uadd_sat, enumerator
Dnir_builder_opcodes.h1561 return nir_build_alu(build, nir_op_uadd_sat, src0, src1, NULL, NULL); in nir_uadd_sat()
Dnir_opt_algebraic.c33070 nir_op_uadd_sat,
33126 nir_op_uadd_sat,
376120 [nir_op_uadd_sat] = {
Dnir_constant_expressions.c47383 case nir_op_uadd_sat: in nir_eval_const_opcode()
/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c310 case SpvOpUAddSatINTEL: return nir_op_uadd_sat; in vtn_nir_alu_op_for_spirv_opcode()
Dvtn_opencl.c239 case OpenCLstd_UAdd_sat: return nir_op_uadd_sat; in nir_alu_op_for_opencl_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1182 case nir_op_uadd_sat: in nir_emit_alu()
Dbrw_fs_nir.cpp1236 case nir_op_uadd_sat: in nir_emit_alu()
/external/mesa3d/docs/relnotes/
D19.0.0.rst1137 - i965/fs: Implement nir_op_uadd_sat
1272 - i965/vec4: Implement nir_op_uadd_sat
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3007 case nir_op_uadd_sat: in lower_bit_size_callback()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp1570 case nir_op_uadd_sat: { in visit_alu_instr()