Home
last modified time | relevance | path

Searched refs:dxil_value (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.h216 struct dxil_value;
224 const struct dxil_value *
228 const struct dxil_value *value);
230 const struct dxil_value *
234 const struct dxil_value *value);
306 dxil_value_type_equal_to(const struct dxil_value *value,
310 dxil_value_type_bitsize_equal_to(const struct dxil_value *value, unsigned bitsize);
313 dxil_value_get_type(const struct dxil_value *value);
315 const struct dxil_value *
318 const struct dxil_value *
[all …]
Ddxil_internal.h76 struct dxil_value { struct
88 const struct dxil_value *initializer; argument
89 struct dxil_value value;
99 struct dxil_value value;
121 const struct dxil_value *operands[2];
127 const struct dxil_value *operands[2];
131 const struct dxil_value *operands[3];
137 const struct dxil_value *value;
142 struct dxil_value **args;
147 struct dxil_value *value;
[all …]
Dnir_to_dxil.c296 const struct dxil_value *pointer_undef = dxil_module_get_undef(m, pointer_type); in fill_resource_metadata()
398 const struct dxil_value *chans[NIR_MAX_VEC_COMPONENTS];
409 const struct dxil_value *srv_handles[MAX_SRVS];
412 const struct dxil_value *uav_handles[MAX_UAVS];
415 const struct dxil_value *cbv_handles[MAX_CBVS];
418 const struct dxil_value *sampler_handles[MAX_SAMPLERS];
429 const struct dxil_value *sharedvars;
430 const struct dxil_value *scratchvars;
452 static const struct dxil_value *
455 const struct dxil_value *op0) in emit_unary_call()
[all …]
Ddxil_module.c412 dxil_value_type_equal_to(const struct dxil_value *value, in dxil_value_type_equal_to()
433 dxil_value_type_bitsize_equal_to(const struct dxil_value *value, unsigned bitsize) in dxil_value_type_bitsize_equal_to()
446 dxil_value_get_type(const struct dxil_value *value) in dxil_value_get_type()
1531 static const struct dxil_value *
1554 const struct dxil_value *
1564 const struct dxil_value *
1574 const struct dxil_value *
1584 const struct dxil_value *
1594 const struct dxil_value *
1604 const struct dxil_value *
[all …]
Ddxil_dump_decls.h89 const struct dxil_value *val[]);
105 dump_value(struct dxil_dumper *d, const struct dxil_value *val);
Ddxil_dump.c617 const struct dxil_value *val[]) in dump_instr_print_operands()
627 dump_value(struct dxil_dumper *d, const struct dxil_value *val) in dump_value()