Home
last modified time | relevance | path

Searched refs:UNIFORM (Results 1 – 25 of 58) sorted by relevance

123

/external/mesa3d/src/intel/compiler/
Dbrw_ir_vec4.h72 case UNIFORM: in add_byte_offset()
108 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset()
145 return (reg.file == IMM || reg.file == UNIFORM || reg.is_null()) && in is_uniform()
189 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset()
234 (r.file == UNIFORM ? 16 : REG_SIZE) + r.offset + in reg_offset()
415 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM); in regs_written()
430 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 16 : REG_SIZE; in regs_read()
Dbrw_ir_fs.h79 case UNIFORM: in byte_offset()
107 case UNIFORM: in horiz_offset()
141 case UNIFORM: in offset()
183 (r.file == UNIFORM ? 4 : REG_SIZE) + r.offset + in reg_offset()
425 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM); in regs_written()
442 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 4 : REG_SIZE; in regs_read()
Dbrw_vec4_copy_propagation.cpp331 if (value.file != UNIFORM && in try_copy_propagate()
350 if (inst->exec_size == 4 && value.file == UNIFORM && in try_copy_propagate()
374 if ((has_source_modifiers || value.file == UNIFORM || in try_copy_propagate()
398 (value.file == UNIFORM || in try_copy_propagate()
Dbrw_vec4.cpp236 case UNIFORM: in size_read()
546 inst->src[i].file != UNIFORM) in opt_reduce_swizzle()
576 if (inst->src[i].file != UNIFORM) in split_uniform_registers()
652 if (inst->src[i].file != UNIFORM) in pack_uniform_registers()
678 inst->src[0].file == UNIFORM) { in pack_uniform_registers()
761 if (inst->src[i].file != UNIFORM) in pack_uniform_registers()
807 if (inst->src[0].file != UNIFORM) { in opt_algebraic()
948 if (inst->src[i].file != UNIFORM || in move_push_constants_to_pull_constants()
1603 case UNIFORM: in dump_instruction()
1609 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction()
[all …]
Dbrw_vec4_vs_visitor.cpp130 this->userplane[i] = dst_reg(UNIFORM, this->uniforms); in setup_uniform_clipplane_values()
Dbrw_vec4_builder.h560 if (src.file != UNIFORM && src.file != IMM) in fix_3src_operand()
563 if (src.file == UNIFORM && brw_is_single_value_swizzle(src.swizzle)) in fix_3src_operand()
Dbrw_fs_builder.h608 if (src.file == VGRF || src.file == UNIFORM || src.stride > 1) { in fix_3src_operand()
636 (src.file == IMM || src.file == UNIFORM || in fix_math_operand()
Dbrw_fs_copy_propagation.cpp372 assert(entry->src.file == VGRF || entry->src.file == UNIFORM || in try_copy_propagate()
401 if ((has_source_modifiers || entry->src.file == UNIFORM || in try_copy_propagate()
763 inst->src[0].file == UNIFORM || in can_propagate_from()
Dbrw_fs.cpp64 assert(dst.file != IMM && dst.file != UNIFORM); in init()
83 case UNIFORM: in init()
862 case UNIFORM: in size_read()
1012 this->stride = (file == UNIFORM ? 0 : 1); in fs_reg()
1021 this->stride = (file == UNIFORM ? 0 : 1); in fs_reg()
1446 if (inst->src[i].file == UNIFORM) { in assign_curb_setup()
2051 if (inst->src[i].file != UNIFORM) in assign_constant_locations()
2239 assert(src.file == UNIFORM); in get_pull_locs()
2280 if (inst->src[i].file != UNIFORM) in lower_constant_loads()
2310 inst->src[0].file == UNIFORM) { in lower_constant_loads()
[all …]
Dbrw_vec4_visitor.cpp295 if (src.file != UNIFORM && src.file != IMM) in fix_3src_operand()
298 if (src.file == UNIFORM && brw_is_single_value_swizzle(src.swizzle)) in fix_3src_operand()
1792 inst->src[0].file != UNIFORM) in move_uniform_array_access_to_pull_constants()
1822 inst->src[0].file != UNIFORM) in move_uniform_array_access_to_pull_constants()
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc46 #define UNIFORM(X) \ macro
147 UNIFORM(u); in operator ()()
204 UNIFORM(u); in operator ()()
206 UNIFORM(v); in operator ()()
320 #undef UNIFORM
Dattention_ops.cc46 noise_ = uniform_noise ? Eigen::ExtractGlimpsesNoiseMode::UNIFORM in ExtractGlimpseOp()
55 noise_ = Eigen::ExtractGlimpsesNoiseMode::UNIFORM; in ExtractGlimpseOp()
Deigen_attention.h25 UNIFORM = 0, enumerator
161 case UNIFORM: { in eval()
258 const ExtractGlimpsesNoiseMode noise = ExtractGlimpsesNoiseMode::UNIFORM) {
Drandom_op.cc308 #define UNIFORM(X) \ in Compute() macro
368 UNIFORM(u); in Compute()
412 UNIFORM(u); in Compute()
422 UNIFORM(b); in Compute()
434 #undef UNIFORM in Compute()
/external/skia/src/sksl/
DSkSLLexer.h64 #undef UNIFORM
65 UNIFORM, enumerator
/external/skqp/src/sksl/
DSkSLLexer.h62 #undef UNIFORM
63 UNIFORM, enumerator
/external/skia/src/sksl/lex/
Dsksl.lex23 UNIFORM = "uniform"
/external/skqp/src/sksl/lex/
Dsksl.lex22 UNIFORM = "uniform"
/external/deqp/framework/randomshaders/
DrsgVariable.cpp57 str << Token::UNIFORM; in tokenizeDeclaration()
DrsgToken.hpp106 UNIFORM, enumerator
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.h52 #define BRW_PARAM_UNIFORM(idx) BRW_PARAM(UNIFORM, (idx))
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h95 UNIFORM = 298, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/
Dimport.ll2 …Inputs/import-uniform-ret-val.yaml < %s | FileCheck --check-prefixes=CHECK,INDIR,UNIFORM-RET-VAL %s
36 ; UNIFORM-RET-VAL: ret i32 42
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang_tab.cpp.h122 UNIFORM = 332, enumerator
/external/skia/src/gpu/mtl/
DGrMtlCopyManager.mm153 // UPDATE UNIFORM DESCRIPTOR SET

123