/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_ir_vec4.h | 73 case UNIFORM: in add_byte_offset() 109 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset() 146 return (reg.file == IMM || reg.file == UNIFORM || reg.is_null()) && in is_uniform() 190 const unsigned stride = (reg.file == UNIFORM ? 0 : 4); in offset() 232 (r.file == UNIFORM ? 16 : REG_SIZE) + r.offset + in reg_offset() 388 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM); in regs_written() 403 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() 427 assert(inst->dst.file != UNIFORM && inst->dst.file != IMM); in regs_written() 444 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 4 : REG_SIZE; in regs_read()
|
D | brw_vec4_copy_propagation.cpp | 322 if (value.file != UNIFORM && in try_copy_propagate() 341 if (inst->exec_size == 4 && value.file == UNIFORM && in try_copy_propagate() 365 if ((has_source_modifiers || value.file == UNIFORM || in try_copy_propagate() 389 (value.file == UNIFORM || in try_copy_propagate()
|
D | brw_vec4.cpp | 234 case UNIFORM: in size_read() 540 inst->src[i].file != UNIFORM) in opt_reduce_swizzle() 570 if (inst->src[i].file != UNIFORM) in split_uniform_registers() 616 if (inst->src[i].file != UNIFORM) in pack_uniform_registers() 637 inst->src[0].file == UNIFORM) { in pack_uniform_registers() 700 if (inst->src[i].file != UNIFORM) in pack_uniform_registers() 746 if (inst->src[0].file != UNIFORM) { in opt_algebraic() 887 if (inst->src[i].file != UNIFORM || in move_push_constants_to_pull_constants() 1535 case UNIFORM: in dump_instruction() 1541 const unsigned reg_size = (inst->dst.file == UNIFORM ? 16 : REG_SIZE); in dump_instruction() [all …]
|
D | brw_vec4_vs_visitor.cpp | 163 this->userplane[i] = dst_reg(UNIFORM, this->uniforms); in setup_uniform_clipplane_values()
|
D | brw_vec4_builder.h | 561 if (src.file != UNIFORM && src.file != IMM) in fix_3src_operand() 564 if (src.file == UNIFORM && brw_is_single_value_swizzle(src.swizzle)) in fix_3src_operand()
|
D | brw_fs_copy_propagation.cpp | 343 assert(entry->src.file == VGRF || entry->src.file == UNIFORM || in try_copy_propagate() 372 if ((has_source_modifiers || entry->src.file == UNIFORM || in try_copy_propagate() 730 inst->src[0].file == UNIFORM || in can_propagate_from()
|
D | brw_fs_builder.h | 609 if (src.file == VGRF || src.file == UNIFORM || src.stride > 1) { in fix_3src_operand() 637 (src.file == IMM || src.file == UNIFORM || in fix_math_operand()
|
D | brw_fs.cpp | 66 assert(dst.file != IMM && dst.file != UNIFORM); in init() 85 case UNIFORM: in init() 833 case UNIFORM: in size_read() 967 this->stride = (file == UNIFORM ? 0 : 1); in fs_reg() 976 this->stride = (file == UNIFORM ? 0 : 1); in fs_reg() 1391 if (inst->src[i].file == UNIFORM) { in assign_curb_setup() 1951 if (inst->src[i].file != UNIFORM) in assign_constant_locations() 2106 if (inst->src[i].file != UNIFORM) in lower_constant_loads() 2143 inst->src[0].file == UNIFORM) { in lower_constant_loads() 2894 fs_reg(UNIFORM, 0, BRW_REGISTER_TYPE_F)); in emit_repclear_shader() [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() 1791 inst->src[0].file != UNIFORM) in move_uniform_array_access_to_pull_constants() 1821 inst->src[0].file != UNIFORM) in move_uniform_array_access_to_pull_constants()
|
D | brw_fs_visitor.cpp | 518 this->userplane[i] = fs_reg(UNIFORM, uniforms); in setup_uniform_clipplane_values()
|
D | brw_fs_generator.cpp | 50 case UNIFORM: in brw_file_from_reg() 114 case UNIFORM: in brw_reg_from_fs_reg()
|
D | test_vec4_cmod_propagation.cpp | 754 src0.file = UNIFORM; in TEST_F()
|
/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 | random_op.cc | 304 #define UNIFORM(X) \ in Compute() macro 364 UNIFORM(u); in Compute() 408 UNIFORM(u); in Compute() 418 UNIFORM(b); in Compute() 430 #undef UNIFORM in Compute()
|
/external/skia/src/sksl/ |
D | SkSLLexer.h | 62 #undef UNIFORM 63 UNIFORM, enumerator
|
/external/skqp/src/sksl/ |
D | SkSLLexer.h | 62 #undef UNIFORM 63 UNIFORM, enumerator
|
/external/skqp/src/sksl/lex/ |
D | sksl.lex | 22 UNIFORM = "uniform"
|
/external/skia/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/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.h | 95 UNIFORM = 298, enumerator
|
D | glslang.l | 110 "uniform" { return(UNIFORM); }
|
D | glslang.y | 164 %token <lex> MATRIX2 MATRIX3 MATRIX4 IN_QUAL OUT_QUAL INOUT_QUAL UNIFORM VARYING 988 | UNIFORM {
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser.yy | 139 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING SAMPLE 2081 | UNIFORM 2822 | UNIFORM 2907 | layout_qualifier UNIFORM ';'
|