Searched refs:mask_val (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 461 LLVMValueRef mask_ptr, mask_val; in generate_fs_loop() local 529 mask_val = LLVMBuildLoad(builder, mask_ptr, ""); in generate_fs_loop() 551 lp_build_mask_begin(&mask, gallivm, type, mask_val); in generate_fs_loop() 678 mask_val = lp_build_mask_end(&mask); in generate_fs_loop() 679 LLVMBuildStore(builder, mask_val, mask_ptr); in generate_fs_loop()
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 3867 int mask_val = rreInstr->M3Value(); in DecodeFourByteFloatingPointRound() local 3872 switch (mask_val) { in DecodeFourByteFloatingPointRound() 3948 int mask_val = rreInstr->M3Value(); in DecodeFourByteFloatingPointRound() local 3953 switch (mask_val) { in DecodeFourByteFloatingPointRound() 3997 int mask_val = rreInstr->M3Value(); in DecodeFourByteFloatingPointRound() local 4002 switch (mask_val) { in DecodeFourByteFloatingPointRound() 4046 int mask_val = rreInstr->M3Value(); in DecodeFourByteFloatingPointRound() local 4051 switch (mask_val) { in DecodeFourByteFloatingPointRound() 9108 DECODE_RRE_INSTRUCTION_M3(r1, r2, mask_val); in EVALUATE() 9114 switch (mask_val) { in EVALUATE() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 2054 unsigned int mask_val; in LowerEXTRACT_VECTOR_ELT() local 2056 mask_val = in LowerEXTRACT_VECTOR_ELT() 2061 ShufBytes[i] = mask_val; in LowerEXTRACT_VECTOR_ELT()
|