Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ir_vec4.h73 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()
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()
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()
Dbrw_vec4_copy_propagation.cpp322 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()
Dbrw_vec4.cpp234 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 …]
Dbrw_vec4_vs_visitor.cpp163 this->userplane[i] = dst_reg(UNIFORM, this->uniforms); in setup_uniform_clipplane_values()
Dbrw_vec4_builder.h561 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()
Dbrw_fs_copy_propagation.cpp343 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()
Dbrw_fs_builder.h609 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()
Dbrw_fs.cpp66 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 …]
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()
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()
Dbrw_fs_visitor.cpp518 this->userplane[i] = fs_reg(UNIFORM, uniforms); in setup_uniform_clipplane_values()
Dbrw_fs_generator.cpp50 case UNIFORM: in brw_file_from_reg()
114 case UNIFORM: in brw_reg_from_fs_reg()
Dtest_vec4_cmod_propagation.cpp754 src0.file = UNIFORM; in TEST_F()
/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
Drandom_op.cc304 #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/
DSkSLLexer.h62 #undef UNIFORM
63 UNIFORM, enumerator
/external/skqp/src/sksl/
DSkSLLexer.h62 #undef UNIFORM
63 UNIFORM, enumerator
/external/skqp/src/sksl/lex/
Dsksl.lex22 UNIFORM = "uniform"
/external/skia/src/sksl/lex/
Dsksl.lex22 UNIFORM = "uniform"
/external/deqp/framework/randomshaders/
DrsgVariable.cpp57 str << Token::UNIFORM; in tokenizeDeclaration()
DrsgToken.hpp106 UNIFORM, enumerator
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h95 UNIFORM = 298, enumerator
Dglslang.l110 "uniform" { return(UNIFORM); }
Dglslang.y164 %token <lex> MATRIX2 MATRIX3 MATRIX4 IN_QUAL OUT_QUAL INOUT_QUAL UNIFORM VARYING
988 | UNIFORM {
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy139 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING SAMPLE
2081 | UNIFORM
2822 | UNIFORM
2907 | layout_qualifier UNIFORM ';'

12