/external/mesa3d/src/intel/compiler/ |
D | brw_ir_vec4.h | 72 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()
|
D | brw_ir_fs.h | 79 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()
|
D | brw_vec4_copy_propagation.cpp | 331 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()
|
D | brw_vec4.cpp | 236 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 …]
|
D | brw_vec4_vs_visitor.cpp | 130 this->userplane[i] = dst_reg(UNIFORM, this->uniforms); in setup_uniform_clipplane_values()
|
D | brw_vec4_builder.h | 560 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()
|
D | brw_fs_builder.h | 608 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()
|
D | brw_fs_copy_propagation.cpp | 372 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()
|
D | brw_fs.cpp | 64 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 …]
|
D | brw_vec4_visitor.cpp | 295 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/ |
D | random_poisson_op.cc | 46 #define UNIFORM(X) \ macro 147 UNIFORM(u); in operator ()() 204 UNIFORM(u); in operator ()() 206 UNIFORM(v); in operator ()() 320 #undef UNIFORM
|
D | attention_ops.cc | 46 noise_ = uniform_noise ? Eigen::ExtractGlimpsesNoiseMode::UNIFORM in ExtractGlimpseOp() 55 noise_ = Eigen::ExtractGlimpsesNoiseMode::UNIFORM; in ExtractGlimpseOp()
|
D | eigen_attention.h | 25 UNIFORM = 0, enumerator 161 case UNIFORM: { in eval() 258 const ExtractGlimpsesNoiseMode noise = ExtractGlimpsesNoiseMode::UNIFORM) {
|
D | random_op.cc | 308 #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/ |
D | SkSLLexer.h | 64 #undef UNIFORM 65 UNIFORM, enumerator
|
/external/skqp/src/sksl/ |
D | SkSLLexer.h | 62 #undef UNIFORM 63 UNIFORM, enumerator
|
/external/skia/src/sksl/lex/ |
D | sksl.lex | 23 UNIFORM = "uniform"
|
/external/skqp/src/sksl/lex/ |
D | sksl.lex | 22 UNIFORM = "uniform"
|
/external/deqp/framework/randomshaders/ |
D | rsgVariable.cpp | 57 str << Token::UNIFORM; in tokenizeDeclaration()
|
D | rsgToken.hpp | 106 UNIFORM, enumerator
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.h | 52 #define BRW_PARAM_UNIFORM(idx) BRW_PARAM(UNIFORM, (idx))
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 95 UNIFORM = 298, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/ |
D | import.ll | 2 …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/ |
D | glslang_tab.cpp.h | 122 UNIFORM = 332, enumerator
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCopyManager.mm | 153 // UPDATE UNIFORM DESCRIPTOR SET
|