OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_null_d
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp
146
inst = new(mem_ctx) vec4_instruction(this, BRW_OPCODE_IF,
dst_null_d
(),
618
inst = emit(AND(
dst_null_d
(), op[0], src_reg(1)));
623
inst = emit(XOR(
dst_null_d
(), op[0], op[1]));
628
inst = emit(OR(
dst_null_d
(), op[0], op[1]));
633
inst = emit(AND(
dst_null_d
(), op[0], op[1]));
639
emit(CMP(
dst_null_d
(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648
emit(CMP(
dst_null_d
(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
650
inst = emit(MOV(
dst_null_d
(), op[0]));
656
inst = emit(CMP(
dst_null_d
(), op[0], op[1], BRW_CONDITIONAL_Z));
661
inst = emit(CMP(
dst_null_d
(), op[0], op[1], BRW_CONDITIONAL_NZ))
[
all
...]
brw_vec4.h
213
dst_reg
dst_null_d
()
function in class:brw::vec4_visitor
Completed in 5682 milliseconds