Searched refs:MAXv (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 175 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/ |
D | ir2_nir.c | 300 [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()
|
D | ir2_cp.c | 32 return instr->type == IR2_ALU && instr->alu.vector_opc == MAXv && in is_mov()
|
/third_party/mesa3d/src/freedreno/ir2/ |
D | instr-a2xx.h | 95 MAXv = 2, enumerator
|
D | disasm-a2xx.c | 147 INSTR(MAXv, 2),
|