Home
last modified time | relevance | path

Searched refs:MAXv (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log175 05: 000f803e 00000000 c2010100 (S)ALU: MAXv export62 = R1, R1 ; gl_Position
178 06: 000f8000 00000000 c2000000 ALU: MAXv export0 = R0, R0
189 03: 000f8000 00000000 c2000000 (S)ALU: MAXv export0 = R0, R0 ; gl_FragColor
549 05: 000f803e 00000000 c2010100 (S)ALU: MAXv export62 = R1, R1 ; gl_Position
552 06: 000f8000 00000000 c2000000 ALU: MAXv export0 = R0, R0
563 03: 000f8000 00000000 c2000000 (S)ALU: MAXv export0 = R0, R0 ; gl_FragColor
923 05: 000f803e 00000000 c2010100 (S)ALU: MAXv export62 = R1, R1 ; gl_Position
926 06: 000f8000 00000000 c2000000 ALU: MAXv export0 = R0, R0
937 03: 000f8000 00000000 c2000000 (S)ALU: MAXv export0 = R0, R0 ; gl_FragColor
1297 05: 000f803e 00000000 c2010100 (S)ALU: MAXv export62 = R1, R1 ; gl_Position
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c300 [nir_op_mov] = {MAXs, MAXv}, in instr_create_alu()
301 [nir_op_fneg] = {MAXs, MAXv}, in instr_create_alu()
302 [nir_op_fabs] = {MAXs, MAXv}, in instr_create_alu()
303 [nir_op_fsat] = {MAXs, MAXv}, in instr_create_alu()
309 [nir_op_fmax] = {MAXs, MAXv}, in instr_create_alu()
Dir2_cp.c32 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv && in is_mov()
/third_party/mesa3d/src/freedreno/ir2/
Dinstr-a2xx.h95 MAXv = 2, enumerator
Ddisasm-a2xx.c147 INSTR(MAXv, 2),