OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lowering
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_instructions.cpp
29
* of the most common cases, allowing the
lowering
code to be implemented once
111
* Determine if a particular type of
lowering
should occur
113
#define
lowering
(x) (this->lower & x)
macro
257
if (
lowering
(DIV_TO_MUL_RCP))
276
if (
lowering
(SUB_TO_ADD_NEG))
281
if (ir->operands[1]->type->is_integer() &&
lowering
(INT_DIV_TO_MUL_RCP))
283
else if (ir->operands[1]->type->is_float() &&
lowering
(DIV_TO_MUL_RCP))
288
if (
lowering
(EXP_TO_EXP2))
293
if (
lowering
(LOG_TO_LOG2))
298
if (
lowering
(MOD_TO_FRACT) && ir->type->is_float()
[
all
...]
/external/mesa3d/src/glsl/
lower_instructions.cpp
29
* of the most common cases, allowing the
lowering
code to be implemented once
111
* Determine if a particular type of
lowering
should occur
113
#define
lowering
(x) (this->lower & x)
macro
257
if (
lowering
(DIV_TO_MUL_RCP))
276
if (
lowering
(SUB_TO_ADD_NEG))
281
if (ir->operands[1]->type->is_integer() &&
lowering
(INT_DIV_TO_MUL_RCP))
283
else if (ir->operands[1]->type->is_float() &&
lowering
(DIV_TO_MUL_RCP))
288
if (
lowering
(EXP_TO_EXP2))
293
if (
lowering
(LOG_TO_LOG2))
298
if (
lowering
(MOD_TO_FRACT) && ir->type->is_float()
[
all
...]
/external/llvm/
tblgen-rules.mk
91
$(call transform-td-to-out,pseudo-
lowering
)
llvm-tblgen-rules.mk
146
$(call transform-td-to-out,pseudo-
lowering
)
/external/chromium_org/tools/grit/grit/
tclib_unittest.py
148
'down the indexing process, and
lowering
the value will speed it up.\r\n'
Completed in 67 milliseconds