Searched refs:SPIRConstantOp (Results 1 – 10 of 10) sorted by relevance
487 struct SPIRConstantOp : IVariant struct494 SPIRConstantOp(TypeID result_type, spv::Op op, const uint32_t *args, uint32_t length) in SPIRConstantOp() function507 SPIRV_CROSS_DECLARE_CLONE(SPIRConstantOp)
47 pool_group->pools[TypeConstantOp].reset(new ObjectPool<SPIRConstantOp>); in ParsedIR()519 auto &cop = get<SPIRConstantOp>(id); in mark_used_as_array_length()
852 auto *constant_op = maybe_get<SPIRConstantOp>(ops[2 + i]); in parse()1099 set<SPIRConstantOp>(id, result_type, spec_op, ops + 3, length - 3); in parse()
173 emit_specialization_constant_op(id.get<SPIRConstantOp>()); in emit_resources()
389 std::string constant_op_expression(const SPIRConstantOp &cop);613 void emit_specialization_constant_op(const SPIRConstantOp &constant);
1116 uint32_t evaluate_spec_constant_u32(const SPIRConstantOp &spec) const;
442 return get<SPIRConstantOp>(id).basetype; in expression_type_id()1751 uint32_t Compiler::evaluate_spec_constant_u32(const SPIRConstantOp &spec) const in evaluate_spec_constant_u32()1779 return evaluate_spec_constant_u32(this->get<SPIRConstantOp>(id)); in evaluate_spec_constant_u32()1903 return evaluate_spec_constant_u32(get<SPIRConstantOp>(id)); in evaluate_constant_u32()
2631 void CompilerGLSL::emit_specialization_constant_op(const SPIRConstantOp &constant) in emit_specialization_constant_op()3366 emit_specialization_constant_op(id.get<SPIRConstantOp>()); in emit_resources()4653 string CompilerGLSL::constant_op_expression(const SPIRConstantOp &cop) in constant_op_expression()
1231 auto &c = id.get<SPIRConstantOp>(); in emit_specialization_constants_and_structs()
6675 auto &c = id.get<SPIRConstantOp>(); in emit_specialization_constants_and_structs()