| H A D | nir_to_dxil.c | 453 emit_unary_call(struct ntd_context *ctx, enum overload_type overload, argument 476 emit_binary_call(struct ntd_context *ctx, enum overload_type overload, argument 498 emit_tertiary_call(struct ntd_context *ctx, enum overload_type overload, argument 606 emit_bufferload_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[2],enum overload_type overload) argument 623 emit_bufferstore_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[2],const struct dxil_value * value[4],const struct dxil_value * write_mask,enum overload_type overload) argument 648 emit_textureload_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[3],enum overload_type overload) argument 670 emit_texturestore_call(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * coord[3],const struct dxil_value * value[4],const struct dxil_value * write_mask,enum overload_type overload) argument 1774 enum overload_type overload = get_overload(info->input_types[0], src_bits); local in function:emit_unary_intin 1794 enum overload_type overload = get_overload(info->output_type, dst_bits); local in function:emit_binary_intin 1821 enum overload_type overload = get_overload(info->output_type, dst_bits); local in function:emit_tertiary_intin 1896 enum overload_type overload = get_overload(info->output_type, src_bits); local in function:emit_ufind_msb 2209 load_ubo(struct ntd_context * ctx,const struct dxil_value * handle,const struct dxil_value * offset,enum overload_type overload) argument 2704 enum overload_type overload = DXIL_F32; local in function:emit_store_output 2788 enum overload_type overload = get_overload(out_type, glsl_get_bit_size(glsl_get_array_elemen local in function:emit_load_input_array 2838 enum overload_type overload = get_overload(out_type, 32); local in function:emit_load_compact_input_array 2874 enum overload_type overload = get_overload(out_type, glsl_get_bit_size(var->type)); local in function:emit_load_input_interpolated 2905 enum overload_type overload = get_overload(out_type, glsl_get_bit_size(var->type)); local in function:emit_load_input_flat 3172 enum overload_type overload = get_overload(in_type, 32); local in function:emit_image_store 3237 enum overload_type overload = get_overload(out_type, 32); local in function:emit_image_load 3271 enum overload_type overload; member in struct:texop_parameters [all...] |