Home
last modified time | relevance | path

Searched defs:imms (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_opcodes.py29 def __init__(self, name, dests, srcs, imms, is_float, can_eliminate, encoding_16, encoding_32): argument
60 def op(name, encoding_32, dests = 1, srcs = 0, imms = [], is_float = False, can_eliminate = True, e… argument
234 imms = [NEST, FCOND if is_float else ICOND, INVERT_COND] variable
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c101 float imms[4] = {0.0f, 0.0f, 0.0f, 0.0f}; in try_rewrite_constant() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_build_util.h198 ImmediateValue *imms[NV50_IR_BUILD_IMM_HT_SIZE]; variable
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_sse.c489 unsigned imms[2] = { 0, 0x3f800000 }; in translate_attr_convert() local
770 unsigned imms[2] = { 0, 1 }; in translate_attr_convert() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h297 unsigned imms = val & 0x3f; in decodeLogicalImmediate() local
325 unsigned imms = val & 0x3f; in isValidDecodeLogicalImmediate() local
DAArch64InstPrinter.cpp122 int64_t imms = Op3.getImm(); in printInst() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c213 struct ureg_src imms; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2994 LLVMValueRef imms[4]; in lp_emit_immediate_soa() local
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1152 float4 *imms = REALLOC(mach->Imms, mach->ImmsReserved, newReserved * sizeof(float4)); in tgsi_exec_machine_bind_shader() local