Home
last modified time | relevance | path

Searched refs:SPIRConstantOp (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_common.hpp487 struct SPIRConstantOp : IVariant struct
494 SPIRConstantOp(TypeID result_type, spv::Op op, const uint32_t *args, uint32_t length) in SPIRConstantOp() function
507 SPIRV_CROSS_DECLARE_CLONE(SPIRConstantOp)
Dspirv_cross_parsed_ir.cpp47 pool_group->pools[TypeConstantOp].reset(new ObjectPool<SPIRConstantOp>); in ParsedIR()
519 auto &cop = get<SPIRConstantOp>(id); in mark_used_as_array_length()
Dspirv_parser.cpp852 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()
Dspirv_cpp.cpp173 emit_specialization_constant_op(id.get<SPIRConstantOp>()); in emit_resources()
Dspirv_glsl.hpp389 std::string constant_op_expression(const SPIRConstantOp &cop);
613 void emit_specialization_constant_op(const SPIRConstantOp &constant);
Dspirv_cross.hpp1116 uint32_t evaluate_spec_constant_u32(const SPIRConstantOp &spec) const;
Dspirv_cross.cpp442 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()
Dspirv_glsl.cpp2631 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()
Dspirv_hlsl.cpp1231 auto &c = id.get<SPIRConstantOp>(); in emit_specialization_constants_and_structs()
Dspirv_msl.cpp6675 auto &c = id.get<SPIRConstantOp>(); in emit_specialization_constants_and_structs()