Home
last modified time | relevance | path

Searched refs:trgt (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp835 auto trgt = vf.temp_vec4(pin_group); in emit_image_size() local
844 shader.emit_instruction(new LoadFromBuffer(trgt, {0, 1, 2, 3}, addr, R600_SHADER_BUFFER_INFO_SEL, in emit_image_size()
848 shader.emit_instruction(new AluInstr(op3_cnde_int, comp1, high_bit, trgt[0], trgt[2], in emit_image_size()
850 shader.emit_instruction(new AluInstr(op3_cnde_int, comp2, high_bit, trgt[1], trgt[3], in emit_image_size()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java5287 ByteBuffer trgt = ByteBuffer.allocate(CCBufSize); in TestSCSUConverter()
5340 trgt.clear(); in TestSCSUConverter()
5342 ccResult = encode.encode(ubuf, trgt, true); in TestSCSUConverter()
5346 trgt.limit(trgt.position()); in TestSCSUConverter()
5347 trgt.position(0); in TestSCSUConverter()
5348 ccResult = decode.decode(trgt, test, true); in TestSCSUConverter()
5673 CharBuffer trgt = CharBuffer.allocate(20); in TestAmbiguousConverter()
5688 trgt.clear(); in TestAmbiguousConverter()
5690 result = decoder.decode(src, trgt, tru in TestAmbiguousConverter()
[all...]

Completed in 7 milliseconds